From 2fd7bdd64c4c3a1e424f181461dd06ae89636d14 Mon Sep 17 00:00:00 2001 From: Yuye Zhu Date: Mon, 24 Jul 2023 11:32:27 +0800 Subject: [PATCH] fix: osd bootstrap error (#57) * fix osd bootstrap error Signed-off-by: yuye-aws * fix build plugins error Signed-off-by: yuye-aws --------- Signed-off-by: yuye-aws --- src/core/public/core_system.ts | 2 +- .../management_section/objects_table/saved_objects_table.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/core/public/core_system.ts b/src/core/public/core_system.ts index 0f1d1c26789..73536b76d76 100644 --- a/src/core/public/core_system.ts +++ b/src/core/public/core_system.ts @@ -31,7 +31,7 @@ import { pick } from '@osd/std'; import { CoreId } from '../server'; import { PackageInfo, EnvironmentMode } from '../server/types'; -import { ChromeNavLink, CoreSetup, CoreStart } from '.'; +import { CoreSetup, CoreStart } from '.'; import { ChromeService } from './chrome'; import { FatalErrorsService, FatalErrorsSetup } from './fatal_errors'; import { HttpService } from './http'; diff --git a/src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx b/src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx index d300d489a86..ca0aad55a0c 100644 --- a/src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx +++ b/src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx @@ -66,7 +66,6 @@ import { OverlayStart, NotificationsStart, ApplicationStart, - WorkspacesStart, } from 'src/core/public'; import { RedirectAppLinks } from '../../../../opensearch_dashboards_react/public'; import { IndexPatternsContract } from '../../../../data/public'; @@ -121,7 +120,6 @@ export interface SavedObjectsTableProps { dateFormat: string; title: string; fullWidth: boolean; - workspaces: WorkspacesStart; } export interface SavedObjectsTableState {