mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fix: fixed labels to sentence case for Rating Component (#7879)
This commit is contained in:
parent
2c1de48633
commit
97941b6913
1 changed files with 2 additions and 2 deletions
|
|
@ -3003,14 +3003,14 @@ export const widgets = [
|
|||
styles: {
|
||||
textColor: {
|
||||
type: 'color',
|
||||
displayName: 'Star Color',
|
||||
displayName: 'Star color',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
},
|
||||
labelColor: {
|
||||
type: 'color',
|
||||
displayName: 'Label Color',
|
||||
displayName: 'Label color',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue