Parcourir la source

add level to IChapter

visuddhinanda il y a 3 ans
Parent
commit
c63248a564
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      dashboard/src/components/corpus/BookViewer.tsx

+ 1 - 0
dashboard/src/components/corpus/BookViewer.tsx

@@ -9,6 +9,7 @@ import { Tabs } from "antd";
 export interface IChapter {
   book: number;
   para: number;
+  level?: number;
 }
 
 interface IWidget {