Skip to content

Commit

Permalink
Fix router
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianogorza committed Dec 14, 2023
1 parent 688666c commit 408cb34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/main/public/services/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ app.config($routeProvider => {
})
.when('/agents-preview/deploy', {
template: agentDeployTemplate,
resolve: { wzConfig, ip },
resolve: { enableWzMenu, nestedResolve, ip, savedSearch },
reloadOnSearch: false,
outerAngularWrapperRoute: true,
})
.when('/agents/:agent?/:tab?/:tabView?', {
Expand Down

0 comments on commit 408cb34

Please sign in to comment.