Explorar el Código

add html in ITerm

visuddhinanda hace 2 años
padre
commit
e240980149
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
   meaning2?: string[];
   note?: string;
+  html?: string;
   summary?: string;
   summary_is_community?: boolean;
   channelId?: string;