소스 검색

add bookName in IWbw

visuddhinanda 2 년 전
부모
커밋
01667c5141
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;