Преглед изворни кода

translationChannels in ISentence

visuddhinanda пре 3 година
родитељ
комит
d6fd359b9a
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 {
   updateAt: string;
   suggestionCount?: ISuggestionCount;
   openInEditMode?: boolean;
+  translationChannels?: string[];
 }
 export interface ISentenceId {
   book: number;