client/top-nav: fix activating list items
This commit is contained in:
parent
d5c3d21951
commit
e4b4276f3b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class TopNavigationController {
|
||||||
}
|
}
|
||||||
|
|
||||||
_evtActivate(e) {
|
_evtActivate(e) {
|
||||||
this._topNavigationView.activate(e.key);
|
this._topNavigationView.activate(e.detail.key);
|
||||||
}
|
}
|
||||||
|
|
||||||
_updateNavigationFromPrivileges() {
|
_updateNavigationFromPrivileges() {
|
||||||
|
|
Loading…
Reference in a new issue