Explorar el Código

add bookName in IWbw

visuddhinanda hace 2 años
padre
commit
01667c5141
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/components/template/Wbw/WbwWord.tsx

+ 1 - 0
dashboard/src/components/template/Wbw/WbwWord.tsx

@@ -89,6 +89,7 @@ export interface IWbw {
   attachments?: IWbwAttachment[];
   attachments?: IWbwAttachment[];
   hasComment?: boolean;
   hasComment?: boolean;
   grammarId?: string;
   grammarId?: string;
+  bookName?: string;
 }
 }
 export interface IWbwFields {
 export interface IWbwFields {
   real?: boolean;
   real?: boolean;