Skip to content

Commit a56c738

Browse files
authored
Merge pull request #2705 from alberto-art3ch/WEB-322/re-aging-for-interest-bearing-products_03
WEB-322: Re-aging: Interest handling configuration as optional parameter
2 parents 6b0c9ca + 8ce8bc5 commit a56c738

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)