|
@ -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'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|