瀏覽代碼

add summary

visuddhinanda 2 年之前
父節點
當前提交
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;
   title?: string;
   content?: string;
   content?: string;
   html?: string;
   html?: string;
+  summary?: string;
   status?: "active" | "close";
   status?: "active" | "close";
   children?: IComment[];
   children?: IComment[];
   childrenCount?: number;
   childrenCount?: number;