mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Search] fix: ensure App Search is used for classic nav link name (#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 <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
5a67a033a3
commit
65b00793d5
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
@ -176,6 +176,7 @@ export const buildBaseClassicNavItems = ({
|
|||
deepLink: {
|
||||
link: 'appSearch:engines',
|
||||
},
|
||||
name: APP_SEARCH_PLUGIN.NAME,
|
||||
id: 'app_search',
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue