Browse Source

add html in ITerm

visuddhinanda 2 năm trước cách đây
mục cha
commit
e240980149

+ 1 - 0
dashboard/src/components/term/TermEdit.tsx

@@ -48,6 +48,7 @@ export interface ITerm {
   meaning?: string;
   meaning?: string;
   meaning2?: string[];
   meaning2?: string[];
   note?: string;
   note?: string;
+  html?: string;
   summary?: string;
   summary?: string;
   summary_is_community?: boolean;
   summary_is_community?: boolean;
   channelId?: string;
   channelId?: string;