Skip to content

Commit

Permalink
Update x-pack/plugins/cloud/public/plugin.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
  • Loading branch information
legrego and azasypkin authored Apr 23, 2021
1 parent 8d5703e commit 6f9e0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/cloud/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class CloudPlugin implements Plugin<CloudSetup> {

if (security && this.isCloudEnabled) {
const userMenuLinks = createUserMenuLinks(this.config);
security!.navControlService.addUserMenuLinks(userMenuLinks);
security.navControlService.addUserMenuLinks(userMenuLinks);
}
};

Expand Down

0 comments on commit 6f9e0fc

Please sign in to comment.