The country was not working

This commit is contained in:
Tiago Ribeiro
2023-09-13 11:31:21 +01:00
parent 39a2813bde
commit 3a51185942

View File

@@ -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>