mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
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:
parent
528a68f78b
commit
1d7f36e39d
1 changed files with 1 additions and 1 deletions
|
|
@ -1361,7 +1361,7 @@ export const widgets = [
|
|||
},
|
||||
backgroundColor: {
|
||||
type: 'color',
|
||||
displayName: 'Background Color',
|
||||
displayName: 'Background color',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue