Merge branch 'master' of github.com:Prometheus4800/thingsboard into Prometheus4800-master

This commit is contained in:
Vladyslav_Prykhodko 2024-08-21 17:48:32 +03:00
commit c64468357d

View File

@ -1413,6 +1413,7 @@ export class WidgetComponent extends PageComponent implements OnInit, AfterViewI
} }
}); });
this.cd.markForCheck(); this.cd.markForCheck();
return dashboard.dialogRef.afterClosed();
} }
private elementClick($event: Event) { private elementClick($event: Event) {