Kaynağa Gözat

add summary

visuddhinanda 2 yıl önce
ebeveyn
işleme
ee9a8542e7

+ 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;