mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary We're breaking https://github.com/elastic/kibana/pull/166813 up into smaller PRs in the interest of getting PRs through sooner for type fixes. These are the changes for Enterprise Search Frontend. --------- Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
This commit is contained in:
parent
94bd19d747
commit
cd962314d7
2 changed files with 1 additions and 9 deletions
|
@ -94,7 +94,7 @@ interface PluginsSetup {
|
|||
usageCollection?: UsageCollectionSetup;
|
||||
}
|
||||
|
||||
interface PluginsStart {
|
||||
export interface PluginsStart {
|
||||
data: DataPluginStart;
|
||||
security: SecurityPluginStart;
|
||||
spaces?: SpacesPluginStart;
|
||||
|
|
|
@ -16,14 +16,6 @@ import { i18n } from '@kbn/i18n';
|
|||
import type { ServerlessPluginStart } from '@kbn/serverless/public';
|
||||
import type { CloudStart } from '@kbn/cloud-plugin/public';
|
||||
|
||||
// Hiding this until page is in a better space
|
||||
const _connectorItem = {
|
||||
link: 'serverlessConnectors',
|
||||
title: i18n.translate('xpack.serverlessSearch.nav.connectors', {
|
||||
defaultMessage: 'Connectors',
|
||||
}),
|
||||
};
|
||||
|
||||
const navigationTree: NavigationTreeDefinition = {
|
||||
body: [
|
||||
{ type: 'recentlyAccessed' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue