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:
Steve Aldrin 2023-10-20 14:58:40 +05:30 committed by GitHub
parent 0a1ea1c1bd
commit bb7e06e52a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',