client/top-nav: fix activating list items
This commit is contained in:
parent
d5c3d21951
commit
e4b4276f3b
@ -22,7 +22,7 @@ class TopNavigationController {
|
||||
}
|
||||
|
||||
_evtActivate(e) {
|
||||
this._topNavigationView.activate(e.key);
|
||||
this._topNavigationView.activate(e.detail.key);
|
||||
}
|
||||
|
||||
_updateNavigationFromPrivileges() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user