From d17f70494f1b0ad78f96656a9305105d15f401dc Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Fri, 26 Nov 2021 12:41:04 +0200 Subject: [PATCH] UI: Fixed open dashboard state in separate dialog showed a blank dialog --- .../src/app/modules/home/components/widget/widget.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/modules/home/components/widget/widget.component.ts b/ui-ngx/src/app/modules/home/components/widget/widget.component.ts index 8aaf9eb603..05d8686d46 100644 --- a/ui-ngx/src/app/modules/home/components/widget/widget.component.ts +++ b/ui-ngx/src/app/modules/home/components/widget/widget.component.ts @@ -1419,6 +1419,7 @@ export class WidgetComponent extends PageComponent implements OnInit, AfterViewI height: dialogHeight } }); + this.cd.markForCheck(); } private elementClick($event: Event) {