Fix quick actions not opening
This commit is contained in:
parent
20fd25e280
commit
a6842d959b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue