1
0

fix: tabs not working on profile overview for notes

This commit is contained in:
Mar0xy
2023-10-21 18:43:34 +02:00
parent b930b89b3c
commit 4a90464f03
+1 -1
View File
@@ -139,7 +139,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #header>
<MkTab v-model="noteview" :class="$style.tab">
<option :value="null">{{ i18n.ts.notes }}</option>
<option value="replies">{{ i18n.ts.all }}</option>
<option value="all">{{ i18n.ts.all }}</option>
<option value="files">{{ i18n.ts.withFiles }}</option>
</MkTab>
</template>