Răsfoiți Sursa

name->filename in IAttachmentRequest

visuddhinanda 2 ani în urmă
părinte
comite
808edf0c39
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      dashboard/src/components/api/Attachments.ts

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

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