mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 08:29:40 +02:00
Fix #1042: admin dropdown not showing after login
This commit is contained in:
parent
1f1e6fdcf2
commit
cc453edfec
2 changed files with 2 additions and 0 deletions
|
@ -298,6 +298,7 @@ export default {
|
|||
if (v) {
|
||||
this.$nextTick(() => {
|
||||
this.setupDropdown('.user-dropdown')
|
||||
this.setupDropdown('.admin-dropdown')
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue