fix: remove duplicate header on organisation tags page

Made-with: Cursor
This commit is contained in:
2026-04-15 22:34:36 +02:00
parent 49f7944e34
commit 34cc57ac51

View File

@@ -9,17 +9,6 @@ const orgId = computed(() => orgStore.activeOrganisationId ?? '')
<template>
<div>
<div class="d-flex align-center mb-6">
<div>
<h4 class="text-h4">
Tags & Vaardigheden
</h4>
<p class="text-body-1 text-disabled mb-0">
Beheer tags en vaardigheden voor personen in je organisatie
</p>
</div>
</div>
<PersonTagsTab :org-id="orgId" />
</div>
</template>