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: '',