Revert "undo tabswitcher-related changes"

This reverts commit 92d0916f40.
This commit is contained in:
Henry Jameson 2026-02-05 01:01:10 +02:00
commit c5aee1c012
2 changed files with 0 additions and 7 deletions

View file

@ -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"

View file

@ -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"
>