KYC name change
This commit is contained in:
parent
fce56d9222
commit
3241d606ef
@ -155,7 +155,7 @@
|
||||
<!-- RI month and year ends-->
|
||||
<mat-card>
|
||||
<mat-form-field style="width:30%" class="mt-1">
|
||||
<mat-select placeholder="KYC" formControlName="is_kyc" (selectionChange)="kycchange($event.value)" required>
|
||||
<mat-select placeholder="Is the applicant name same as per KYC" formControlName="is_kyc" (selectionChange)="kycchange($event.value)" required>
|
||||
<mat-option>Select</mat-option>
|
||||
<mat-option *ngFor="let val of KYC" [value]="val.value">
|
||||
{{val.isdisplayvalue}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user