Skip to content

Commit 8ce8bc5

Browse files
author
Jose Alberto Hernandez
committed
WEB-322: Re-aging: Interest handling configuration as optional parameter
1 parent 6b0c9ca commit 8ce8bc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/loans/loans-view/loan-account-actions/loan-reaging/loan-reaging.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ export class LoanReagingComponent implements OnInit {
7171
Validators.required
7272
],
7373
reAgeInterestHandling: [
74-
this.reAgeInterestHandlingOptions[0],
75-
Validators.required
74+
this.reAgeInterestHandlingOptions[0]
7675
],
7776
note: '',
7877
externalId: '',

0 commit comments

Comments
 (0)