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:
commit
723ecf6559
|
@ -0,0 +1 @@
|
|||
Fixed admin dropdown not showing after login (#1042)
|
|
@ -298,6 +298,7 @@ export default {
|
|||
if (v) {
|
||||
this.$nextTick(() => {
|
||||
this.setupDropdown('.user-dropdown')
|
||||
this.setupDropdown('.admin-dropdown')
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue