2
0
visuddhinanda 3 жил өмнө
parent
commit
40acd10187

+ 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;