Skip to content

Commit

Permalink
fix breadcrumb navigation
Browse files Browse the repository at this point in the history
Signed-off-by: abbyhu2000 <[email protected]>
  • Loading branch information
abbyhu2000 committed Feb 1, 2024
1 parent 8ec8176 commit 2a52346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function getRootBreadcrumbs(): EuiBreadcrumb[] {
text: i18n.translate('discover.rootBreadcrumb', {
defaultMessage: 'Discover',
}),
onClick: () => core.application.navigateToApp('discover'),
onClick: () => core.application.navigateToApp('data-explorer', { path: 'discover' }),
},
];
}

0 comments on commit 2a52346

Please sign in to comment.