presigned url
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-10 20:08:31 +03:30
parent 7fd8b4c7e5
commit 7271ea8f21
26 changed files with 186 additions and 123 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ const CreateInvoice: FC = () => {
uploadResult?.data?.forEach((item) => {
attachments.push({
type: "uploads_attach",
url: item.url,
url: item.key,
});
});
}
+1 -1
View File
@@ -127,7 +127,7 @@ const UpdateInvoice: FC = () => {
uploadResult?.data?.forEach((item) => {
attachments.push({
type: "uploads_attach",
url: item.url,
url: item.key,
});
});
}