Skip to content
Snippets Groups Projects
Commit 723ecf65 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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
parents 1f1e6fdc cc453edf
No related branches found
No related tags found
No related merge requests found
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')
})
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment