add new markers if addNewMarkers is set to true by default (#1323)

* add new markers if addNewMarkers is set to true by default

* Update components.js
This commit is contained in:
Ksathwik03 2021-10-28 21:23:53 -05:00 committed by GitHub
parent 579d2bb79e
commit 5c17d64463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1003,8 +1003,8 @@ export const componentTypes = [
canSearch: {
value: `{{true}}` ,
},
addNewMarkers : {value:`{{true}}`},
},
addNewMarkers: { value: '{{false}}' },
events: [],
styles: {
visibility: { value: '{{true}}' },