mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
sentence_casing_for_labels_in_tab_component_added (#7942)
This commit is contained in:
parent
1d7f36e39d
commit
0312719c6a
1 changed files with 2 additions and 2 deletions
|
|
@ -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' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue