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