From df0082fb49a4c4f60e343fb4265b7ca00cd4b249 Mon Sep 17 00:00:00 2001 From: Atul Rai Date: Mon, 30 Oct 2023 09:09:50 +0530 Subject: [PATCH] Update widgetConfig.js (#7959) --- frontend/src/Editor/WidgetManager/widgetConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index 8929f7c760..3e9a15d53f 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -3726,8 +3726,8 @@ export const widgets = [ type: 'select', displayName: 'Timer type', options: [ - { name: 'Count Up', value: 'countUp' }, - { name: 'Count Down', value: 'countDown' }, + { name: 'Count up', value: 'countUp' }, + { name: 'Count down', value: 'countDown' }, ], validation: { schema: { type: 'string' },