瀏覽代碼

Merge pull request #1995 from visuddhinanda/agile

add content_type in ISentenceDiffData
visuddhinanda 2 年之前
父節點
當前提交
ee83385b47
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/components/api/Corpus.ts

+ 1 - 0
dashboard/src/components/api/Corpus.ts

@@ -132,6 +132,7 @@ export interface ISentenceDiffData {
   word_end: number;
   channel_uid: string;
   content: string | null;
+  content_type: string;
   editor_uid: string;
   updated_at: string;
 }