Browse Source

UI: Refactoring

pull/7871/head
Artem Dzhereleiko 4 years ago
parent
commit
ce561e455d
  1. 2
      ui-ngx/src/app/modules/home/components/dashboard-page/layout/manage-dashboard-layouts-dialog.component.ts

2
ui-ngx/src/app/modules/home/components/dashboard-page/layout/manage-dashboard-layouts-dialog.component.ts

@ -297,7 +297,7 @@ export class ManageDashboardLayoutsDialogComponent extends DialogComponent<Manag
setFixedLayout(layout: string): void {
if (this.layoutsFormGroup.get('type').value === LayoutWidthType.FIXED && this.layoutsFormGroup.get('right').value) {
this.layoutsFormGroup.get('fixedLayout').setValue(layout);
this.layoutsFormGroup.markAsDirty();
this.layoutsFormGroup.get('fixedLayout').markAsDirty();
}
}

Loading…
Cancel
Save