diff --git a/packages/admin-ui/src/lib/dashboard/src/components/dashboard/dashboard.component.ts b/packages/admin-ui/src/lib/dashboard/src/components/dashboard/dashboard.component.ts index 867bf0098f..2f7565c4cc 100644 --- a/packages/admin-ui/src/lib/dashboard/src/components/dashboard/dashboard.component.ts +++ b/packages/admin-ui/src/lib/dashboard/src/components/dashboard/dashboard.component.ts @@ -136,6 +136,7 @@ export class DashboardComponent implements OnInit { width: item.width, })); this.widgetLayout = this.dashboardWidgetService.getWidgetLayout(newLayoutDef); + this.localStorageService.set('dashboardWidgetLayout', newLayoutDef); setTimeout(() => this.changedDetectorRef.markForCheck()); } }