Răsfoiți Sursa

add createdAt

visuddhinanda 2 ani în urmă
părinte
comite
7d139c1a76
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

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