Add control to filter out archived projects in ProjectList

This commit is contained in:
D. Berge
2023-10-29 13:25:37 +01:00
parent c21f9c239e
commit d919fb12db

View File

@@ -110,7 +110,6 @@ export default {
}, },
computed: { computed: {
displayItems () { displayItems () {
return this.showArchived return this.showArchived
? this.items ? this.items