mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
update: labels changed to sentence case for Button component (#7860)
This commit is contained in:
parent
ea146145eb
commit
a036dffb64
1 changed files with 2 additions and 2 deletions
|
|
@ -557,14 +557,14 @@ export const widgets = [
|
|||
properties: {
|
||||
text: {
|
||||
type: 'code',
|
||||
displayName: 'Button Text',
|
||||
displayName: 'Button text',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
},
|
||||
loadingState: {
|
||||
type: 'toggle',
|
||||
displayName: 'Loading State',
|
||||
displayName: 'Loading state',
|
||||
validation: {
|
||||
schema: { type: 'boolean' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue