update: labels changed to sentence case for Button component (#7860)

This commit is contained in:
Parvesh Saini 2023-10-20 14:57:40 +05:30 committed by GitHub
parent ea146145eb
commit a036dffb64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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