Browse Source

Fixed issue with not saving Widget on Widget editing

pull/11471/head
mpetrov 2 years ago
parent
commit
da277be306
  1. 1
      ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.ts

1
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;
}
});
}

Loading…
Cancel
Save