--
This commit is contained in:
parent
0e8d50507d
commit
659bff44d9
@ -17,6 +17,7 @@ export const CountrySelector:FC<CountrySelectorProps> = ({setMask}) => {
|
|||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<Select
|
<Select
|
||||||
|
//@ts-ignore
|
||||||
value={country}
|
value={country}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
renderValue={(value) => value}
|
renderValue={(value) => value}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user