mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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: {
|
schema: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
},
|
},
|
||||||
defaultValue: true,
|
defaultValue: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -170,7 +170,7 @@ export const tabsConfig = {
|
||||||
},
|
},
|
||||||
defaultTab: { value: '0' },
|
defaultTab: { value: '0' },
|
||||||
hideTabs: { value: false },
|
hideTabs: { value: false },
|
||||||
renderOnlyActiveTab: { value: true },
|
renderOnlyActiveTab: { value: false },
|
||||||
},
|
},
|
||||||
events: [],
|
events: [],
|
||||||
styles: {
|
styles: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue