This commit is contained in:
@@ -73,7 +73,7 @@ const CreateInvoice: FC = () => {
|
||||
uploadResult?.data?.forEach((item) => {
|
||||
attachments.push({
|
||||
type: "uploads_attach",
|
||||
url: item.url,
|
||||
url: item.key,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
@@ -127,7 +127,7 @@ const UpdateInvoice: FC = () => {
|
||||
uploadResult?.data?.forEach((item) => {
|
||||
attachments.push({
|
||||
type: "uploads_attach",
|
||||
url: item.url,
|
||||
url: item.key,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user