fix: switching from a list with a background to settings would not remove the background
This commit is contained in:
parent
8f6c0f3738
commit
734db0795c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export default {
|
||||||
this.$route.name === 'labels.index' ||
|
this.$route.name === 'labels.index' ||
|
||||||
this.$route.name === 'migrate.start' ||
|
this.$route.name === 'migrate.start' ||
|
||||||
this.$route.name === 'migrate.wunderlist' ||
|
this.$route.name === 'migrate.wunderlist' ||
|
||||||
this.$route.name === 'user.settings' ||
|
this.$route.name.startsWith('user.settings') ||
|
||||||
this.$route.name === 'namespaces.index'
|
this.$route.name === 'namespaces.index'
|
||||||
) {
|
) {
|
||||||
return this.$store.dispatch(CURRENT_LIST, null)
|
return this.$store.dispatch(CURRENT_LIST, null)
|
||||||
|
|
Loading…
Reference in a new issue