Browse Source

add studioId?: string;

visuddhinanda 2 years ago
parent
commit
ee7720ad93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/term/TermEdit.tsx

+ 1 - 0
dashboard/src/components/term/TermEdit.tsx

@@ -48,6 +48,7 @@ export interface ITerm {
   note?: string;
   summary?: string;
   channelId?: string;
+  studioId?: string;
   lang?: string;
   save_as?: boolean;
   copy_channel?: string[];