mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
change labels to sentence case for Modal Component (#7853)
This commit is contained in:
parent
a036dffb64
commit
0a1ea1c1bd
1 changed files with 2 additions and 2 deletions
|
|
@ -901,7 +901,7 @@ export const widgets = [
|
|||
},
|
||||
loadingState: {
|
||||
type: 'toggle',
|
||||
displayName: 'Loading State',
|
||||
displayName: 'Loading state',
|
||||
validation: {
|
||||
schema: { type: 'boolean' },
|
||||
},
|
||||
|
|
@ -943,7 +943,7 @@ export const widgets = [
|
|||
},
|
||||
modalHeight: {
|
||||
type: 'code',
|
||||
displayName: 'Modal Height',
|
||||
displayName: 'Modal height',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue