sentence_casing_for_labels_in_tab_component_added (#7942)

This commit is contained in:
DEVZ008 2023-10-30 09:07:02 +05:30 committed by GitHub
parent 1d7f36e39d
commit 0312719c6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3612,7 +3612,7 @@ export const widgets = [
},
hideTabs: {
type: 'toggle',
displayName: 'Hide Tabs',
displayName: 'Hide tabs',
validation: {
schema: {
type: 'boolean',
@ -3633,7 +3633,7 @@ export const widgets = [
styles: {
highlightColor: {
type: 'color',
displayName: 'Highlight Color',
displayName: 'Highlight color',
validation: {
schema: { type: 'string' },
},