fix: remove duplicate header on organisation crowd-types page

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

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">
Crowd types
</h4>
<p class="text-body-1 text-disabled mb-0">
Configureer crowd types voor je organisatie
</p>
</div>
</div>
<CrowdTypesManager :org-id="orgId" />
</div>
</template>