Fix: Changed labels to sentence case for Password Input Component (#7878)

* Successfully changed into Sentence case in file widgetConfig.js

* Update widgetConfig.js: Changed sentence case of only Password Input Component
This commit is contained in:
Ganesh-P03 2023-10-30 09:06:25 +05:30 committed by GitHub
parent 528a68f78b
commit 1d7f36e39d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1361,7 +1361,7 @@ export const widgets = [
},
backgroundColor: {
type: 'color',
displayName: 'Background Color',
displayName: 'Background color',
validation: {
schema: { type: 'string' },
},