Merge branch 'main' into feature/provide-global-variables
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
dpschen 2021-08-23 16:26:36 +00:00
commit 61fbf5360a

View File

@ -101,7 +101,7 @@ export default {
},
computed: {
backgroundsEnabled() {
return this.$store.state.config.enabledBackgroundProviders.length > 0
return this.$store.state.config.enabledBackgroundProviders !== null && this.$store.state.config.enabledBackgroundProviders.length > 0
},
listRoutePrefix() {
let name = 'list'