Commit d17f70494f1b0ad78f96656a9305105d15f401dc

Authored by Vladyslav_Prykhodko
1 parent c0514ca3

UI: Fixed open dashboard state in separate dialog showed a blank dialog

... ... @@ -1419,6 +1419,7 @@ export class WidgetComponent extends PageComponent implements OnInit, AfterViewI
1419 1419 height: dialogHeight
1420 1420 }
1421 1421 });
  1422 + this.cd.markForCheck();
1422 1423 }
1423 1424
1424 1425 private elementClick($event: Event) {
... ...