Revert "undo tabswitcher-related changes"
This reverts commit 92d0916f40.
This commit is contained in:
parent
92d0916f40
commit
c5aee1c012
2 changed files with 0 additions and 7 deletions
|
|
@ -35,11 +35,6 @@ export default {
|
|||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
parentCollapsed: {
|
||||
required: false,
|
||||
type: Boolean,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
@ -151,7 +146,6 @@ export default {
|
|||
<h2 class={headerClasses}>
|
||||
<button
|
||||
type="button"
|
||||
class="contents"
|
||||
onClick={() => this.changeNavSide('tabs')}
|
||||
title={this.$t('nav.back')}
|
||||
class="button-unstyled"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
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