From 8beb841f950b9c3e4fb5eb722b077aa789e44546 Mon Sep 17 00:00:00 2001 From: devanshu052000 Date: Wed, 23 Apr 2025 22:04:54 +0530 Subject: [PATCH] Changed toggle label --- frontend/src/AppBuilder/WidgetManager/widgets/multiselectV2.js | 2 +- frontend/src/Editor/WidgetManager/configs/multiselectV2.js | 2 +- server/src/modules/apps/services/widget-config/multiselectV2.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/AppBuilder/WidgetManager/widgets/multiselectV2.js b/frontend/src/AppBuilder/WidgetManager/widgets/multiselectV2.js index 0f130aa130..ae962309e6 100644 --- a/frontend/src/AppBuilder/WidgetManager/widgets/multiselectV2.js +++ b/frontend/src/AppBuilder/WidgetManager/widgets/multiselectV2.js @@ -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', }, diff --git a/frontend/src/Editor/WidgetManager/configs/multiselectV2.js b/frontend/src/Editor/WidgetManager/configs/multiselectV2.js index c811bc7c65..08b90a71f1 100644 --- a/frontend/src/Editor/WidgetManager/configs/multiselectV2.js +++ b/frontend/src/Editor/WidgetManager/configs/multiselectV2.js @@ -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', }, diff --git a/server/src/modules/apps/services/widget-config/multiselectV2.js b/server/src/modules/apps/services/widget-config/multiselectV2.js index 0f130aa130..ae962309e6 100644 --- a/server/src/modules/apps/services/widget-config/multiselectV2.js +++ b/server/src/modules/apps/services/widget-config/multiselectV2.js @@ -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', },