dx(ui): remove done todo from card

This commit is contained in:
ArneBo 2025-02-04 22:30:30 +01:00
parent 8739d85bef
commit 79ac7d826c
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ const attributes = computed(() =>
<!-- Content -->
<!--TODO: Pass Alert colors through to card.vue -->
<Alert v-bind="alertProps" v-if="$slots.alert" :class="$style.alert">
<slot name="alert" />
</Alert>