Skip to content

Commit

Permalink
fix breadcrumb navigation (#5773)
Browse files Browse the repository at this point in the history
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
  • Loading branch information
abbyhu2000 committed Feb 1, 2024
1 parent bcd9c05 commit 7677c03
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 7677c03

Please sign in to comment.