mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
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:
parent
579d2bb79e
commit
5c17d64463
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,8 +1003,8 @@ export const componentTypes = [
|
|||
canSearch: {
|
||||
value: `{{true}}` ,
|
||||
},
|
||||
addNewMarkers : {value:`{{true}}`},
|
||||
},
|
||||
addNewMarkers: { value: '{{false}}' },
|
||||
events: [],
|
||||
styles: {
|
||||
visibility: { value: '{{true}}' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue