From e8968ea34db1cde01530165756373befd183778f Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:46:10 +0200 Subject: [PATCH] Clean up --- .../src/app/components/home-holdings/home-holdings.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/app/components/home-holdings/home-holdings.component.ts b/apps/client/src/app/components/home-holdings/home-holdings.component.ts index ac5386c77..86fd0ce0c 100644 --- a/apps/client/src/app/components/home-holdings/home-holdings.component.ts +++ b/apps/client/src/app/components/home-holdings/home-holdings.component.ts @@ -92,7 +92,6 @@ export class HomeHoldingsComponent implements OnDestroy, OnInit { this.viewModeFormControl.enable(); } else if (this.holdingType === 'CLOSED') { this.viewModeFormControl.disable(); - this.viewModeFormControl.setValue('TABLE'); }