Browse Source

add forkAt

visuddhinanda 2 năm trước cách đây
mục cha
commit
5c57e9099e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      dashboard/src/components/template/SentEdit.tsx

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

@@ -40,6 +40,7 @@ export interface ISentence {
   prEditAt?: string;
   channel: IChannel;
   studio?: IStudio;
+  forkAt?: string | null;
   updateAt: string;
   createdAt?: string;
   suggestionCount?: ISuggestionCount;