From edd9a3709ff31ba4d5416e891f9950681e628465 Mon Sep 17 00:00:00 2001 From: ditiqi Date: Fri, 21 Feb 2025 16:57:51 +0800 Subject: [PATCH] add --- .../src/components/models/course/editor/form/CourseGoalForm.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/src/components/models/course/editor/form/CourseGoalForm.tsx b/apps/web/src/components/models/course/editor/form/CourseGoalForm.tsx index a5ba48c..5254f7a 100644 --- a/apps/web/src/components/models/course/editor/form/CourseGoalForm.tsx +++ b/apps/web/src/components/models/course/editor/form/CourseGoalForm.tsx @@ -6,8 +6,6 @@ import { useState } from "react"; import { Form } from "antd"; export function CourseGoalForm() { - // const { register, formState: { errors }, watch, handleSubmit } = useFormContext(); - const [inputValues, setInputValues] = useState([""]); return (