Explorar el Código

name->filename in IAttachmentRequest

visuddhinanda hace 2 años
padre
commit
808edf0c39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;