mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Update- Changed labels to sentence case for Container Component (#7961)
Change the following labels to sentence case for Container Component: Loading state Background color Border radius
This commit is contained in:
parent
0a1ea1c1bd
commit
bb7e06e52a
1 changed files with 2 additions and 2 deletions
|
|
@ -2295,7 +2295,7 @@ export const widgets = [
|
|||
properties: {
|
||||
loadingState: {
|
||||
type: 'toggle',
|
||||
displayName: 'loading state',
|
||||
displayName: 'Loading state',
|
||||
validation: {
|
||||
schema: { type: 'boolean' },
|
||||
},
|
||||
|
|
@ -2312,7 +2312,7 @@ export const widgets = [
|
|||
},
|
||||
borderRadius: {
|
||||
type: 'code',
|
||||
displayName: 'Border Radius',
|
||||
displayName: 'Border radius',
|
||||
validation: {
|
||||
schema: {
|
||||
type: 'union',
|
||||
|
|
|
|||
Loading…
Reference in a new issue