File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1429,7 +1429,7 @@ Create the `ProjectForm.tsx` in the `src/features/projects` folder and with the
14291429import { Stack } from " @chakra-ui/react" ;
14301430import { useFormContext } from " react-hook-form" ;
14311431
1432- import { FormField } from " @/components/Form" ;
1432+ import { FormField , FormFieldLabel , FormFieldController } from " @/components/Form" ;
14331433import { FormFieldsProject } from " @/features/projects/schemas" ;
14341434
14351435export const ProjectForm = () => {
@@ -1444,7 +1444,7 @@ export const ProjectForm = () => {
14441444
14451445 <FormField >
14461446 <FormFieldLabel optionalityHint = " optional" >Description</FormFieldLabel >
1447- <FormField
1447+ <FormFieldController
14481448 control = { form .control }
14491449 type = " textarea"
14501450 name = " description"
You can’t perform that action at this time.
0 commit comments