diff --git a/components/TempDesignSystem/Form/Country/index.tsx b/components/TempDesignSystem/Form/Country/index.tsx index 850e841c1..95bcb1665 100644 --- a/components/TempDesignSystem/Form/Country/index.tsx +++ b/components/TempDesignSystem/Form/Country/index.tsx @@ -43,7 +43,7 @@ export default function CountrySelect({ } } const { control, setValue } = useFormContext() - const { field, fieldState, formState } = useController({ + const { field, formState } = useController({ control, name, rules: registerOptions, @@ -59,7 +59,6 @@ export default function CountrySelect({