소스 검색

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;
   channel: IChannel;
   studio?: IStudio;
   studio?: IStudio;
   updateAt: string;
   updateAt: string;
+  createdAt?: string;
   suggestionCount?: ISuggestionCount;
   suggestionCount?: ISuggestionCount;
   openInEditMode?: boolean;
   openInEditMode?: boolean;
   translationChannels?: string[];
   translationChannels?: string[];