mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Changed toggle label
This commit is contained in:
parent
c9a4dfb8a3
commit
8beb841f95
3 changed files with 3 additions and 3 deletions
|
|
@ -123,7 +123,7 @@ export const multiselectV2Config = {
|
|||
},
|
||||
showAllSelectedLabel: {
|
||||
type: 'toggle',
|
||||
displayName: "Show 'All items are selected.'",
|
||||
displayName: 'Show "All items are selected"',
|
||||
validation: { schema: { type: 'boolean' }, defaultValue: true },
|
||||
accordian: 'Options',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ export const multiselectV2Config = {
|
|||
},
|
||||
showAllSelectedLabel: {
|
||||
type: 'toggle',
|
||||
displayName: "Show 'All items are selected.'",
|
||||
displayName: 'Show "All items are selected"',
|
||||
validation: { schema: { type: 'boolean' }, defaultValue: true },
|
||||
accordian: 'Options',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ export const multiselectV2Config = {
|
|||
},
|
||||
showAllSelectedLabel: {
|
||||
type: 'toggle',
|
||||
displayName: "Show 'All items are selected.'",
|
||||
displayName: 'Show "All items are selected"',
|
||||
validation: { schema: { type: 'boolean' }, defaultValue: true },
|
||||
accordian: 'Options',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue