mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
fix/render-active-tab-default (#10478)
This commit is contained in:
parent
1dd81e9715
commit
a2852c2ed7
1 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ export const tabsConfig = {
|
|||
schema: {
|
||||
type: 'boolean',
|
||||
},
|
||||
defaultValue: true,
|
||||
defaultValue: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
@ -170,7 +170,7 @@ export const tabsConfig = {
|
|||
},
|
||||
defaultTab: { value: '0' },
|
||||
hideTabs: { value: false },
|
||||
renderOnlyActiveTab: { value: true },
|
||||
renderOnlyActiveTab: { value: false },
|
||||
},
|
||||
events: [],
|
||||
styles: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue