fix/render-active-tab-default (#10478)

This commit is contained in:
Shaurya Sharma 2024-07-31 10:08:39 +05:30 committed by GitHub
parent 1dd81e9715
commit a2852c2ed7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {