This commit is contained in:
ditiqi 2025-02-21 16:57:51 +08:00
parent e93fbbcb53
commit edd9a3709f
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ import { useState } from "react";
import { Form } from "antd";
export function CourseGoalForm() {
// const { register, formState: { errors }, watch, handleSubmit } = useFormContext<CourseFormData>();
const [inputValues, setInputValues] = useState<string[]>([""]);
return (
<div className="max-w-2xl mx-auto space-y-6 p-6">
<Form.Item name="requirements" label="前置要求">