change labels to sentence case for Modal Component (#7853)

This commit is contained in:
Sanket Pol 2023-10-20 14:58:05 +05:30 committed by GitHub
parent a036dffb64
commit 0a1ea1c1bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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