diff --git a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.ts b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.ts index 5af1833794..209b3c1846 100644 --- a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.ts +++ b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.ts @@ -1229,6 +1229,7 @@ export class DashboardPageComponent extends PageComponent implements IDashboardC } else { this.dashboard = dashboard; this.setEditMode(false, false); + this.dashboardConfiguration = this.dashboard.configuration; } }); }