visuddhinanda 2 лет назад
Родитель
Сommit
420754b5b4
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      dashboard/src/components/api/Attachments.ts

+ 2 - 0
dashboard/src/components/api/Attachments.ts

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