Skip to content

Commit

Permalink
fix(search): ensure App Search is used for classic nav link name
Browse files Browse the repository at this point in the history
  • Loading branch information
TattdCodeMonkey committed Dec 9, 2024
1 parent 598d3de commit 2ed14f8
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 2ed14f8

Please sign in to comment.