mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix:Changed the label of text editor component to sentence case (#7894)
This commit is contained in:
parent
ce901a1594
commit
7a6b1f0e44
1 changed files with 1 additions and 1 deletions
|
|
@ -2707,7 +2707,7 @@ export const widgets = [
|
|||
},
|
||||
defaultValue: {
|
||||
type: 'code',
|
||||
displayName: 'Default Value',
|
||||
displayName: 'Default value',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue