visuddhinanda 2 лет назад
Родитель
Сommit
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;
   updateAt: string;
   suggestionCount?: ISuggestionCount;
+  openInEditMode?: boolean;
 }
 export interface ISentenceId {
   book: number;