mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fixed labels to sentence case for radio component (#7870)
This commit is contained in:
parent
b26564f533
commit
ce901a1594
1 changed files with 2 additions and 2 deletions
|
|
@ -1643,14 +1643,14 @@ export const widgets = [
|
|||
styles: {
|
||||
textColor: {
|
||||
type: 'color',
|
||||
displayName: 'Text Color',
|
||||
displayName: 'Text color',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
},
|
||||
activeColor: {
|
||||
type: 'color',
|
||||
displayName: 'Active Color',
|
||||
displayName: 'Active color',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue