visuddhinanda 2 лет назад
Родитель
Сommit
e7e47f53eb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/term/TermList.tsx

+ 1 - 1
dashboard/src/components/term/TermList.tsx

@@ -28,7 +28,7 @@ interface IItem {
   channel?: IChannel;
   meaning: string;
   meaning2: string;
-  note: string;
+  note: string | null;
   createdAt: number;
 }