visuddhinanda il y a 2 ans
Parent
commit
ee9a8542e7
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;