fix(project-grid): show correct component

This commit is contained in:
Daniel Klein 2024-09-12 12:02:42 +02:00
parent e219638b5f
commit 18866855e6
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ const cardTitles = ref< { label: string, togglable?: boolean, toggled?: boolean
text-white
w-full
>
<NewCard
<Card
v-for="project in group.projects"
:key="project.id"
:project="project"