Skip to content

Commit

Permalink
[Search][ES3] fix: link to dev_tools instead of dev_tools:console (#1…
Browse files Browse the repository at this point in the history
…94060)

## Summary

Updating the search "Dev Tools" link from using dev_tools:console to
just dev_tools. The console deeplink is missing from the deeplinks
definition sometimes and causing the side nav item to be removed.
  • Loading branch information
TattdCodeMonkey authored Sep 25, 2024
1 parent 63730ea commit 8c35839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/serverless_search/public/navigation_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const navigationTree = (useSearchHomepage: boolean = false): NavigationTr
title: i18n.translate('xpack.serverlessSearch.nav.devTools', {
defaultMessage: 'Dev Tools',
}),
link: 'dev_tools:console',
link: 'dev_tools',
getIsActive: ({ pathNameSerialized, prepend }) => {
return pathNameSerialized.startsWith(prepend('/app/dev_tools'));
},
Expand Down

0 comments on commit 8c35839

Please sign in to comment.