Fix list settings not being available when list backgrounds are disabled
This commit is contained in:
@ -101,7 +101,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
backgroundsEnabled() {
|
backgroundsEnabled() {
|
||||||
return this.$store.state.config.enabledBackgroundProviders.length > 0
|
return this.$store.state.config.enabledBackgroundProviders !== null && this.$store.state.config.enabledBackgroundProviders.length > 0
|
||||||
},
|
},
|
||||||
listRoutePrefix() {
|
listRoutePrefix() {
|
||||||
let name = 'list'
|
let name = 'list'
|
||||||
|
Reference in New Issue
Block a user