diff --git a/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js b/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js index 74e8f7d1a5..5872649770 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js @@ -623,7 +623,7 @@ function navigationService($rootScope, $route, $routeParams, $log, $location, $q setMode("default"); if(showMenu){ - this.showMenu(undefined, { skipDefault: true, node: appState.getMenuState("currentNode") }); + this.showMenu({ skipDefault: true, node: appState.getMenuState("currentNode") }); } }, /**