Merge branch '1042-admin-dropdown-not-showing' into 'develop'

Fix #1042:  admin dropdown not showing after login

Closes #1042

See merge request funkwhale/funkwhale!1052
This commit is contained in:
Eliot Berriot 2020-03-11 13:34:43 +01:00
commit 723ecf6559
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')
})
}
}