mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Bugfix: The search box should be displayed on the map if canSearch is set to true by default (#1243)
* Update components.js * Update components.js
This commit is contained in:
parent
36d39cb47b
commit
c258016fba
1 changed files with 3 additions and 0 deletions
|
|
@ -1000,6 +1000,9 @@ export const componentTypes = [
|
|||
defaultMarkers: {
|
||||
value: `{{ [{"lat": 40.7128, "lng": -73.935242}] }}`,
|
||||
},
|
||||
canSearch: {
|
||||
value: `{{true}}` ,
|
||||
},
|
||||
},
|
||||
addNewMarkers: { value: '{{false}}' },
|
||||
events: [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue