1
0

fix: rename getParentProjects method to make it clear what it does

This commit is contained in:
kolaente
2023-04-12 11:42:59 +02:00
parent 4ab547810c
commit 39f699a61a
3 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
ref="heading"
/>
<h6 class="subtitle" v-if="project?.id">
<template v-for="p in projectStore.getParentProjects(project)">
<template v-for="p in projectStore.getAncestors(project)">
<router-link :to="{ name: 'project.index', params: { projectId: p.id } }">
{{ getProjectTitle(p) }}
</router-link>