Fix quick actions not opening
continuous-integration/drone/push Build was killed Details

This commit is contained in:
kolaente 2021-07-10 12:35:29 +02:00
parent 20fd25e280
commit a6842d959b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ export default {
...Object.values(this.$store.state.lists)])]
lists = (allLists.filter(l => {
if (typeof l === 'undefined') {
return false
}
if (l.isArchived) {
return false
}