Skip to content

Commit

Permalink
hide see more when inside workspace
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <yuyezhu@amazon.com>
  • Loading branch information
yuye-aws committed Aug 1, 2023
1 parent d9eefc2 commit cce95fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/workspace/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class WorkspacesPlugin implements Plugin<{}, {}, WorkspacesPluginSetupDep
}),
euiIconType: 'folderClosed',
category: WORKSPACE_NAV_CATEGORY,
navLinkStatus: AppNavLinkStatus.default,
navLinkStatus: workspaceId ? AppNavLinkStatus.hidden : AppNavLinkStatus.default,
async mount(params: AppMountParameters) {
const { renderListApp } = await import('./application');
const [coreStart] = await core.getStartServices();
Expand Down

0 comments on commit cce95fd

Please sign in to comment.