chore: cleaning up select-rate
This commit is contained in:
@@ -49,7 +49,7 @@ export default function CountrySelect({
|
||||
rules: registerOptions,
|
||||
})
|
||||
|
||||
function handleChange(country: Key) {
|
||||
function handleChange(country: Key | null) {
|
||||
setValue(name, country ?? "")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user