Fixed #245: admin menu not showing after login

This commit is contained in:
Eliot Berriot 2018-06-10 14:14:56 +02:00
parent 4c81de9226
commit 9f18b95069
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 9 additions and 6 deletions

View file

@ -272,7 +272,7 @@ export default {
this.scrollToCurrent()
}
},
'$store.state.availablePermissions': {
'$store.state.auth.availablePermissions': {
handler () {
this.fetchNotificationsCount()
},