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

Fix #1042: admin dropdown not showing after login

parent 1f1e6fdc
Branches
Tags
No related merge requests found
Fixed admin dropdown not showing after login (#1042)
...@@ -298,6 +298,7 @@ export default { ...@@ -298,6 +298,7 @@ export default {
if (v) { if (v) {
this.$nextTick(() => { this.$nextTick(() => {
this.setupDropdown('.user-dropdown') this.setupDropdown('.user-dropdown')
this.setupDropdown('.admin-dropdown')
}) })
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment