Skip to content

Commit 1500744

Browse files
authored
Merge pull request #2284 from visualize-admin/fix/autocomplete-open
fix: Do not keep open wmts autocomplete
2 parents a4a6caf + ba66697 commit 1500744

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/charts/map/wms-wmts-providers-autocomplete.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ const ProviderAutocomplete = ({
8484
value={value}
8585
freeSolo
8686
groupBy={(option) => option.group}
87-
open
8887
// @ts-ignore
8988
getOptionLabel={(option) =>
9089
typeof option === "string" ? (

0 commit comments

Comments
 (0)