The country was not working
This commit is contained in:
@@ -204,7 +204,7 @@ export default function Home() {
|
|||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
setCountry(e.target.value);
|
setCountry(e.target.value);
|
||||||
}}
|
}}
|
||||||
defaultValue={country}>
|
value={country}>
|
||||||
<option value={undefined} disabled selected>
|
<option value={undefined} disabled selected>
|
||||||
Select a country
|
Select a country
|
||||||
</option>
|
</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user