diff --git a/components/TempDesignSystem/Form/Country/index.tsx b/components/TempDesignSystem/Form/Country/index.tsx index ea6e1867a..850e841c1 100644 --- a/components/TempDesignSystem/Form/Country/index.tsx +++ b/components/TempDesignSystem/Form/Country/index.tsx @@ -50,7 +50,7 @@ export default function CountrySelect({ }) function handleChange(country: Key) { - setValue(name, country) + setValue(name, country ?? "") } const selectCountryLabel = intl.formatMessage({ id: "Select a country" })