fix(SW-1043): added input required messages
This commit is contained in:
@@ -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" })
|
||||
|
||||
Reference in New Issue
Block a user