Fix build

This commit is contained in:
Richard Cox 2022-08-03 14:56:35 +01:00
parent 53d72ac54a
commit 1818f31204
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ export default {
activeProjects() {
const namespaceFilters = this.$store.getters['activeNamespaceFilters'];
if (namespaceFilters.includes(NAMESPACE_FILTER_ALL_ORPHANS) && Object.keys(activeProjectFilters).length === 0) {
if (namespaceFilters.includes(NAMESPACE_FILTER_ALL_ORPHANS) && Object.keys(this.activeProjectFilters).length === 0) {
// If the user wants to only see namespaces that are not
// in a project, don't show any projects.
return [];