fix: rename getParentProjects method to make it clear what it does
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user