Skip to content

Commit

Permalink
Realtime screen uses entity role #5435
Browse files Browse the repository at this point in the history
Signed-off-by: ClementBouvierN <clement.bouvierneveu@rte-france.com>
  • Loading branch information
ClementBouvierN committed Dec 14, 2023
1 parent 8310320 commit 48e3c80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export class RealtimeusersComponent implements OnInit, OnDestroy {
this.realtimeusersView = new RealtimeUsersView(
this.configServer
);
console.log(this.realtimeusersView);
this.realtimeusersView.getPage().subscribe((realtimePage) => {
if (realtimePage) {
this.realtimePage = realtimePage;
Expand Down

0 comments on commit 48e3c80

Please sign in to comment.