This commit is contained in:
Nastya 2024-05-11 02:22:20 +03:00
parent 0e8d50507d
commit 659bff44d9

@ -17,6 +17,7 @@ export const CountrySelector:FC<CountrySelectorProps> = ({setMask}) => {
};
return (
<Select
//@ts-ignore
value={country}
onChange={handleChange}
renderValue={(value) => value}