undo tabswitcher-related changes
This commit is contained in:
parent
1fcc7c6ae8
commit
92d0916f40
2 changed files with 7 additions and 0 deletions
|
|
@ -35,6 +35,11 @@ export default {
|
|||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
parentCollapsed: {
|
||||
required: false,
|
||||
type: Boolean,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
@ -146,6 +151,7 @@ export default {
|
|||
<h2 class={headerClasses}>
|
||||
<button
|
||||
type="button"
|
||||
class="contents"
|
||||
onClick={() => this.changeNavSide('tabs')}
|
||||
title={this.$t('nav.back')}
|
||||
class="button-unstyled"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
class="settings-admin-content settings_tab-switcher"
|
||||
:side-tab-bar="true"
|
||||
:scrollable-tabs="true"
|
||||
:child-collapsed="false"
|
||||
:render-only-focused="true"
|
||||
:body-scroll-lock="bodyLock"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue