Do not hide features of UI behind overlay

This commit is contained in:
Johannes Zellner
2025-05-13 12:56:12 +02:00
parent b8dcfcf900
commit 43c69d4288
5 changed files with 1 additions and 52 deletions
-6
View File
@@ -270,12 +270,6 @@ onMounted(async () => {
</Section>
<Section :title="$t('users.groups.title')" :disabled="!features.userGroups">
<template #overlay>
<div style="display: flex; justify-content: center; align-items: center; height: 100%;">
<Button @click="subscriptionRequiredDialog.open()">Subscription Required</Button>
</div>
</template>
<template #header-buttons>
<Button icon="fa-solid fa-plus" @click="onEditOrAddGroup()">{{ $t('users.groups.newGroupAction') }}</Button>
</template>