mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
add toggle to visibility and disable csa
This commit is contained in:
parent
8c2c42701e
commit
f9ef7af1df
2 changed files with 8 additions and 0 deletions
|
|
@ -120,6 +120,8 @@ export const stepsConfig = {
|
|||
{
|
||||
handle: 'visibility',
|
||||
displayName: 'visibility',
|
||||
defaultValue: '{{false}}',
|
||||
type: 'toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -134,6 +136,8 @@ export const stepsConfig = {
|
|||
{
|
||||
handle: 'disabled',
|
||||
displayName: 'disabled',
|
||||
defaultValue: '{{true}}',
|
||||
type: 'toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -120,6 +120,8 @@ export const stepsConfig = {
|
|||
{
|
||||
handle: 'visibility',
|
||||
displayName: 'visibility',
|
||||
defaultValue: '{{false}}',
|
||||
type: 'toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -134,6 +136,8 @@ export const stepsConfig = {
|
|||
{
|
||||
handle: 'disabled',
|
||||
displayName: 'disabled',
|
||||
defaultValue: '{{true}}',
|
||||
type: 'toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue