From ea146145ebfe63f3ff25af1eb4b06e7aaae398fe Mon Sep 17 00:00:00 2001 From: Dev Sanghvi <62090715+Dv04@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:55:03 +0530 Subject: [PATCH] [HF23-AB] Update widgetConfig.js (#7944) * Update widgetConfig.js * A final commit --- 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 13965493b3..2c5dc2b5f6 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -361,7 +361,7 @@ export const widgets = [ }, actionButtonRadius: { type: 'code', - displayName: 'Action Button Radius', + displayName: 'Action button radius', validation: { schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'boolean' }] }, }, @@ -391,7 +391,7 @@ export const widgets = [ }, borderRadius: { type: 'code', - displayName: 'Border Radius', + displayName: 'Border radius', validation: { schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] }, },