Skip to content

Commit 4ed3c1d

Browse files
committed
fix value for basemaps in explore
1 parent 4afb71b commit 4ed3c1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/javascript/components/maps/components/menu/components/sections/explore/explore-sections.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export const topics = {
198198
}
199199
],
200200
basemap: {
201-
key: 'default'
201+
value: 'default'
202202
},
203203
label: 'default'
204204
}
@@ -242,7 +242,7 @@ export const topics = {
242242
}
243243
],
244244
basemap: {
245-
key: 'dark'
245+
value: 'dark'
246246
},
247247
label: 'lightLabels'
248248
},
@@ -318,7 +318,7 @@ export const topics = {
318318
}
319319
],
320320
basemap: {
321-
key: 'default'
321+
value: 'default'
322322
},
323323
label: 'default'
324324
}
@@ -373,7 +373,7 @@ export const topics = {
373373
}
374374
],
375375
basemap: {
376-
key: 'default'
376+
value: 'default'
377377
},
378378
label: 'default'
379379
}

0 commit comments

Comments
 (0)