Răsfoiți Sursa

add studio in toISentence

visuddhinanda 2 ani în urmă
părinte
comite
19177f744d
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      dashboard/src/components/template/SentEdit.tsx

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

@@ -64,6 +64,7 @@ export const toISentence = (apiData: ISentenceData): ISentence => ({
   wordStart: apiData.word_start,
   wordEnd: apiData.word_end,
   editor: apiData.editor,
+  studio: apiData.studio,
   channel: apiData.channel,
   updateAt: apiData.updated_at,
   acceptor: apiData.acceptor,