fix:Changed the label of text editor component to sentence case (#7894)

This commit is contained in:
Shruti Angane 2023-10-20 15:00:59 +05:30 committed by GitHub
parent ce901a1594
commit 7a6b1f0e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2707,7 +2707,7 @@ export const widgets = [
},
defaultValue: {
type: 'code',
displayName: 'Default Value',
displayName: 'Default value',
validation: {
schema: { type: 'string' },
},