瀏覽代碼

add forkAt

visuddhinanda 2 年之前
父節點
當前提交
5c57e9099e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;