diff --git a/src/components/SchoolSubForm/SchoolSubForm.tsx b/src/components/SchoolSubForm/SchoolSubForm.tsx index e6cfa53f..b3c71bbe 100644 --- a/src/components/SchoolSubForm/SchoolSubForm.tsx +++ b/src/components/SchoolSubForm/SchoolSubForm.tsx @@ -75,7 +75,6 @@ export const SchoolSubForm = ({control, watch, setValue, gap}: SchoolSubFormProp setValue('school', otherSchoolItem.current) } else if (!without_school) { setValue('school', null) - setValue('grade', '') } }, [school_not_found])