From 00fe9e294fe1bc9a7943972be300441ebae89bed Mon Sep 17 00:00:00 2001 From: Andrew Walker Date: Fri, 7 Jun 2024 15:36:06 +0100 Subject: [PATCH] Added after closed return to openDashboardStateInSeparateDialog function --- .../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 a79fa89242..c629981bb5 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 @@ -1411,6 +1411,7 @@ export class WidgetComponent extends PageComponent implements OnInit, AfterViewI } }); this.cd.markForCheck(); + return dashboard.dialogRef.afterClosed(); } private elementClick($event: Event) {