Procházet zdrojové kódy

name->filename in IAttachmentRequest

visuddhinanda před 2 roky
rodič
revize
808edf0c39
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;