remove unnecessary tabbing

Probably there were multiple tabs here before, but now there is only one thing
here, so having tabs makes no sense.
This commit is contained in:
Johann150 2022-07-31 14:02:58 +02:00
parent a752dcab30
commit 1671b7123e
Signed by untrusted user: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
<div :class="$style.root">
<XCategory v-if="tab === 'category'"/>
<XCategory/>
</div>
</MkStickyContainer>
</template>
@ -14,8 +14,6 @@ import * as os from '@/os';
import { i18n } from '@/i18n';
import { definePageMetadata } from '@/scripts/page-metadata';
const tab = ref('category');
function menu(ev) {
os.popupMenu([{
icon: 'fas fa-download',