فهرست منبع

note: string | null;

visuddhinanda 2 سال پیش
والد
کامیت
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;
   channel?: IChannel;
   meaning: string;
   meaning: string;
   meaning2: string;
   meaning2: string;
-  note: string;
+  note: string | null;
   createdAt: number;
   createdAt: number;
 }
 }