Procházet zdrojové kódy

translationChannels in ISentence

visuddhinanda před 3 roky
rodič
revize
d6fd359b9a
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      dashboard/src/components/template/SentEdit.tsx

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

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