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

View file

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