Bladeren bron

add summary

visuddhinanda 2 jaren geleden
bovenliggende
commit
ee9a8542e7
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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;