Skip to content

Commit

Permalink
feat: some update
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Oct 7, 2023
1 parent ed3e23b commit 73d595c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/workspace/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
AppNavLinkStatus,
} from '../../../core/public';
import { WORKSPACE_APP_ID, PATHS, WORKSPACE_ID_QUERYSTRING_NAME } from '../common/constants';
import { mountDropdownList } from './mount';
import { HashURL } from './components/utils/hash_url';

export class WorkspacesPlugin implements Plugin<{}, {}> {
Expand Down Expand Up @@ -176,8 +175,6 @@ export class WorkspacesPlugin implements Plugin<{}, {}> {
}

public start(core: CoreStart) {
mountDropdownList(core);

core.chrome.setCustomNavLink({
title: i18n.translate('workspace.nav.title', { defaultMessage: 'Workspace Overview' }),
baseUrl: core.http.basePath.get(),
Expand Down

0 comments on commit 73d595c

Please sign in to comment.