Browse Source

:fire: todo

visuddhinanda 3 năm trước cách đây
mục cha
commit
93b76fd100
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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}`,
           {