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