Explorar o código

name->filename in IAttachmentRequest

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
808edf0c39
Modificáronse 1 ficheiros con 1 adicións e 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;