visuddhinanda 2 лет назад
Родитель
Сommit
ee9a8542e7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dashboard/src/components/discussion/DiscussionItem.tsx

+ 1 - 0
dashboard/src/components/discussion/DiscussionItem.tsx

@@ -15,6 +15,7 @@ export interface IComment {
   title?: string;
   content?: string;
   html?: string;
+  summary?: string;
   status?: "active" | "close";
   children?: IComment[];
   childrenCount?: number;