Sfoglia il codice sorgente

name->filename in IAttachmentRequest

visuddhinanda 2 anni fa
parent
commit
808edf0c39
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dashboard/src/components/api/Attachments.ts

+ 1 - 1
dashboard/src/components/api/Attachments.ts

@@ -1,6 +1,6 @@
 export interface IAttachmentRequest {
   id: string;
-  name: string;
+  filename: string;
   size: number;
   content_type: string;
   url: string;