Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
Co-authored-by: Yulong Ruan <ruanyu1@gmail.com>
Signed-off-by: tygao <tygao@amazon.com>
  • Loading branch information
raintygao and ruanyl committed Apr 16, 2024
1 parent 89f5566 commit 59f62fa
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 @@ -79,7 +79,7 @@ export class WorkspacePlugin implements Plugin<{}, {}, WorkspacePluginSetupDeps>
}

/**
* If workspace is enabled and user has entered workspace, hide advance settings and dataSource menu and disable
* If workspace is enabled and user has entered workspace, hide advance settings and dataSource menu by disabling the corresponding apps.
*/
private disableManagementApps(core: CoreSetup, management: ManagementSetup) {
const currentWorkspaceId$ = core.workspaces.currentWorkspaceId$;
Expand Down

0 comments on commit 59f62fa

Please sign in to comment.