Skip to content

Commit

Permalink
fix: osd bootstrap error (opensearch-project#57)
Browse files Browse the repository at this point in the history
* fix osd bootstrap error

Signed-off-by: yuye-aws <yuyezhu@amazon.com>

* fix build plugins error

Signed-off-by: yuye-aws <yuyezhu@amazon.com>

---------

Signed-off-by: yuye-aws <yuyezhu@amazon.com>
  • Loading branch information
yuye-aws authored and SuZhou-Joe committed Aug 31, 2023
1 parent 0d8131d commit 2fd7bdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/public/core_system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -121,7 +120,6 @@ export interface SavedObjectsTableProps {
dateFormat: string;
title: string;
fullWidth: boolean;
workspaces: WorkspacesStart;
}

export interface SavedObjectsTableState {
Expand Down

0 comments on commit 2fd7bdd

Please sign in to comment.