fix(navigation): hide archived subprojects
This commit is contained in:
parent
5888946861
commit
82c10b87c8
@ -101,6 +101,7 @@ const childProjects = computed(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return projectStore.getChildProjects(props.project.id)
|
return projectStore.getChildProjects(props.project.id)
|
||||||
|
.filter(p => !p.isArchived)
|
||||||
.sort((a, b) => a.position - b.position)
|
.sort((a, b) => a.position - b.position)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user