micahstubbs commented on code in PR #2213:
URL: https://github.com/apache/helix/pull/2213#discussion_r971245523
##########
helix-front/src/app/cluster/cluster-list/cluster-list.component.ts:
##########
@@ -29,7 +28,6 @@ export class ClusterListComponent implements OnInit {
ngOnInit() {
this.loadClusters();
- this.clusterService.can().subscribe((data) => (this.can = data));
Review Comment:
Found it! A better solution is to call the login check method again after
the clusters load.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]