visuddhinanda 3 anni fa
parent
commit
93b76fd100
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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}`,
           {