소스 검색

add openInEditMode

visuddhinanda 3 년 전
부모
커밋
40acd10187
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dashboard/src/components/template/SentEdit.tsx

+ 1 - 0
dashboard/src/components/template/SentEdit.tsx

@@ -31,6 +31,7 @@ export interface ISentence {
   studio?: IStudio;
   studio?: IStudio;
   updateAt: string;
   updateAt: string;
   suggestionCount?: ISuggestionCount;
   suggestionCount?: ISuggestionCount;
+  openInEditMode?: boolean;
 }
 }
 export interface ISentenceId {
 export interface ISentenceId {
   book: number;
   book: number;