فهرست منبع

article_list 可选

visuddhinanda 3 سال پیش
والد
کامیت
499c6a4e4e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/components/api/Article.ts

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

@@ -11,7 +11,7 @@ export interface IAnthologyDataRequest {
   title: string;
   title: string;
   subtitle: string;
   subtitle: string;
   summary: string;
   summary: string;
-  article_list: IArticleListApiResponse[];
+  article_list?: IArticleListApiResponse[];
   lang: string;
   lang: string;
   status: number;
   status: number;
 }
 }