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:
SAI SUMANTH KUMAR 2021-10-24 19:50:27 +05:30 committed by GitHub
parent 36d39cb47b
commit c258016fba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1000,6 +1000,9 @@ export const componentTypes = [
defaultMarkers: {
value: `{{ [{"lat": 40.7128, "lng": -73.935242}] }}`,
},
canSearch: {
value: `{{true}}` ,
},
},
addNewMarkers: { value: '{{false}}' },
events: [],