Fix #1042: admin dropdown not showing after login

This commit is contained in:
Eliot Berriot 2020-03-11 13:28:45 +01:00
parent 1f1e6fdcf2
commit cc453edfec
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Fixed admin dropdown not showing after login (#1042)

View File

@ -298,6 +298,7 @@ export default {
if (v) {
this.$nextTick(() => {
this.setupDropdown('.user-dropdown')
this.setupDropdown('.admin-dropdown')
})
}
}