Change labels to sentence case for Timeline component (#7991)

This commit is contained in:
Vishnu Kaushik 2023-10-30 09:09:15 +05:30 committed by GitHub
parent da3cfb3cc0
commit c28dee60a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4484,7 +4484,7 @@ export const widgets = [
},
hideDate: {
type: 'toggle',
displayName: 'Hide Date',
displayName: 'Hide date',
validation: {
schema: { type: 'boolean' },
},