瀏覽代碼

add createdAt

visuddhinanda 2 年之前
父節點
當前提交
7d139c1a76
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/components/template/SentEdit.tsx

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

@@ -29,6 +29,7 @@ export interface ISentence {
   channel: IChannel;
   studio?: IStudio;
   updateAt: string;
+  createdAt?: string;
   suggestionCount?: ISuggestionCount;
   openInEditMode?: boolean;
   translationChannels?: string[];