undo tabswitcher-related changes

This commit is contained in:
Henry Jameson 2026-02-05 00:59:26 +02:00
commit 92d0916f40
2 changed files with 7 additions and 0 deletions

View file

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