Skip to content

Commit

Permalink
Fix space awareness
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes committed Aug 31, 2021
1 parent af41c39 commit 79a4db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const createLegacyUrlForwardApp = (

const { navigated } = navigateToLegacyKibanaUrl(hash, forwards, basePath, application);
if (!navigated) {
application.navigateToUrl('/');
application.navigateToUrl(basePath.get());
}

return () => {};
Expand Down

0 comments on commit 79a4db2

Please sign in to comment.