[Fleet] Fix back button when adding integration from multiple integrations package (#116352)

This commit is contained in:
Nicolas Chaulet 2021-10-27 20:55:23 -04:00 committed by GitHub
parent 4efabacd4e
commit ede3882e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,6 +271,7 @@ export function Detail() {
{ {
path: pagePathGetters.integration_details_policies({ path: pagePathGetters.integration_details_policies({
pkgkey, pkgkey,
...(integration ? { integration } : {}),
})[1], })[1],
}, },
]; ];
@ -289,6 +290,7 @@ export function Detail() {
{ {
path: pagePathGetters.integration_details_overview({ path: pagePathGetters.integration_details_overview({
pkgkey, pkgkey,
...(integration ? { integration } : {}),
})[1], })[1],
}, },
], ],