Fix quick actions not working when nonexisting lists where left over in history
This commit is contained in:
@ -91,7 +91,7 @@ export default {
|
||||
const history = getHistory()
|
||||
return history.map(l => {
|
||||
return this.$store.getters['lists/getListById'](l.id)
|
||||
})
|
||||
}).filter(l => l !== null)
|
||||
},
|
||||
...mapState({
|
||||
migratorsEnabled: state =>
|
||||
|
Reference in New Issue
Block a user