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 Esteban Beltran committed Oct 28, 2021
1 parent d28a91e commit d74cbee
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 d74cbee

Please sign in to comment.