Skip to content

Commit

Permalink
[Search] fix: ensure App Search is used for classic nav link name (el…
Browse files Browse the repository at this point in the history
…astic#203490)

## Summary

Ensure "App Search" is the name for the app search nav link in classic
mode over "Engines" which is the label for the navLink (deepLink)

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
TattdCodeMonkey and elasticmachine authored Dec 10, 2024
1 parent 5a67a03 commit 65b0079
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
import { i18n } from '@kbn/i18n';
import type { ClassicNavItem } from '@kbn/search-navigation/public';

import { GETTING_STARTED_TITLE } from '../../../../common/constants';
import { GETTING_STARTED_TITLE, APP_SEARCH_PLUGIN } from '../../../../common/constants';

import { BuildClassicNavParameters } from '../types';

Expand Down Expand Up @@ -176,6 +176,7 @@ export const buildBaseClassicNavItems = ({
deepLink: {
link: 'appSearch:engines',
},
name: APP_SEARCH_PLUGIN.NAME,
id: 'app_search',
});
}
Expand Down

0 comments on commit 65b0079

Please sign in to comment.