Skip to content

Commit

Permalink
[Fleet] Fix back button when adding integration from multiple integra…
Browse files Browse the repository at this point in the history
…tions package (elastic#116352)
  • Loading branch information
nchaulet authored and nkhristinin committed Oct 28, 2021
1 parent 3f83e3e commit a394f74
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ export function Detail() {
{
path: pagePathGetters.integration_details_policies({
pkgkey,
...(integration ? { integration } : {}),
})[1],
},
];
Expand All @@ -289,6 +290,7 @@ export function Detail() {
{
path: pagePathGetters.integration_details_overview({
pkgkey,
...(integration ? { integration } : {}),
})[1],
},
],
Expand Down

0 comments on commit a394f74

Please sign in to comment.