From 8ce8bc515bea89cf3e3b2cf8acc0b5d5b3895532 Mon Sep 17 00:00:00 2001 From: Jose Alberto Hernandez Date: Mon, 13 Oct 2025 09:56:43 -0500 Subject: [PATCH] WEB-322: Re-aging: Interest handling configuration as optional parameter --- .../loan-reaging/loan-reaging.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/loans/loans-view/loan-account-actions/loan-reaging/loan-reaging.component.ts b/src/app/loans/loans-view/loan-account-actions/loan-reaging/loan-reaging.component.ts index 03ceabb176..ed05825b57 100644 --- a/src/app/loans/loans-view/loan-account-actions/loan-reaging/loan-reaging.component.ts +++ b/src/app/loans/loans-view/loan-account-actions/loan-reaging/loan-reaging.component.ts @@ -71,8 +71,7 @@ export class LoanReagingComponent implements OnInit { Validators.required ], reAgeInterestHandling: [ - this.reAgeInterestHandlingOptions[0], - Validators.required + this.reAgeInterestHandlingOptions[0] ], note: '', externalId: '',