mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Fix: Changed to SentenceCase for DividerComponent (#7883)
* changed to SentenceCase for DividerComponent * changed Divide Color to Divide color
This commit is contained in:
parent
97941b6913
commit
6022e8d9c3
1 changed files with 1 additions and 1 deletions
|
|
@ -3073,7 +3073,7 @@ export const widgets = [
|
|||
styles: {
|
||||
dividerColor: {
|
||||
type: 'color',
|
||||
displayName: 'Divider Color',
|
||||
displayName: 'Divider color',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue