visuddhinanda hace 3 años
padre
commit
93b76fd100
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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}`,
           {