Changed toggle label

This commit is contained in:
devanshu052000 2025-04-23 22:04:54 +05:30
parent c9a4dfb8a3
commit 8beb841f95
3 changed files with 3 additions and 3 deletions

View file

@ -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',
},

View file

@ -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',
},

View file

@ -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',
},