Browse Source

add html in ITerm

visuddhinanda 1 year ago
parent
commit
e240980149
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/term/TermEdit.tsx

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