Revert a change which can break the theme preview

This commit is contained in:
taehoon 2019-02-03 20:12:22 -05:00
parent ee694d62eb
commit 0483f1d636
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ export default {
logo () { return this.$store.state.instance.logo },
bgStyle () {
return {
'--body-background-image': `url(${this.background})`,
'background-image': `url(${this.background})`
}
},