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 209b3c1846..0d379b1623 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 @@ -1227,9 +1227,8 @@ export class DashboardPageComponent extends PageComponent implements IDashboardC }; this.init(dashboardPageInitData); } else { - this.dashboard = dashboard; + this.dashboard.version = dashboard.version; this.setEditMode(false, false); - this.dashboardConfiguration = this.dashboard.configuration; } }); }