visuddhinanda 2 лет назад
Родитель
Сommit
93b76fd100
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      dashboard/src/components/article/AnthologyInfoEdit.tsx

+ 0 - 2
dashboard/src/components/article/AnthologyInfoEdit.tsx

@@ -26,9 +26,7 @@ const AnthologyInfoEditWidget = ({ anthologyId, onTitleChange }: IWidget) => {
   return anthologyId ? (
     <ProForm<IFormData>
       onFinish={async (values: IFormData) => {
-        // TODO
         console.log(values);
-
         const res = await put<IAnthologyDataRequest, IAnthologyResponse>(
           `/v2/anthology/${anthologyId}`,
           {