Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Update Search.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thansen committed Dec 20, 2023
1 parent 5af00be commit ade4fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/Map/Inputs/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Search: React.FC<Props> = ({ onPlaceSelect }) => {
<GeoapifyGeocoderAutocomplete
placeholder="Enter address here"
type={'street'}
filterByCountryCode={['dk', 'sa']} // Denmark and Saudi Arabia
filterByCountryCode={['dk', 'sa', 'it']} // Denmark and Saudi Arabia
placeSelect={onPlaceSelect}
/>
</GeoapifyContext>
Expand Down

0 comments on commit ade4fbb

Please sign in to comment.