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;