Fix showFeaturesPanel option as instance
This commit is contained in:
parent
6a867f6ae3
commit
70c05a0c08
6 changed files with 7 additions and 5 deletions
|
@ -82,7 +82,7 @@ export default {
|
|||
unseenNotificationsCount () {
|
||||
return this.unseenNotifications.length
|
||||
},
|
||||
showFeaturesPanel () { return this.$store.state.config.showFeaturesPanel }
|
||||
showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel }
|
||||
},
|
||||
methods: {
|
||||
scrollToTop () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue