Browse Source

Clean up

pull/3560/head
Thomas Kaul 1 year ago
parent
commit
e8968ea34d
  1. 1
      apps/client/src/app/components/home-holdings/home-holdings.component.ts

1
apps/client/src/app/components/home-holdings/home-holdings.component.ts

@ -92,7 +92,6 @@ export class HomeHoldingsComponent implements OnDestroy, OnInit {
this.viewModeFormControl.enable(); this.viewModeFormControl.enable();
} else if (this.holdingType === 'CLOSED') { } else if (this.holdingType === 'CLOSED') {
this.viewModeFormControl.disable(); this.viewModeFormControl.disable();
this.viewModeFormControl.setValue('TABLE'); this.viewModeFormControl.setValue('TABLE');
} }

Loading…
Cancel
Save