From b7031d4ce901e88c148c27282b9d62085505672c Mon Sep 17 00:00:00 2001 From: Harshit Vashisht <120767685+HarshitVashisht11@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:05:03 +0530 Subject: [PATCH] Fix issue #7738 (#7978) --- frontend/src/Editor/WidgetManager/widgetConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index ab1c406242..e0c8e48d39 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -714,7 +714,7 @@ export const widgets = [ }, loadingState: { type: 'toggle', - displayName: 'Loading State', + displayName: 'Loading state', validation: { schema: { type: 'boolean' }, },