Explorar el Código

add level to IChapter

visuddhinanda hace 3 años
padre
commit
c63248a564
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {