kyc name changes
This commit is contained in:
parent
70360f15e1
commit
f9fa5d8655
@ -281,7 +281,7 @@
|
||||
<mat-error *ngIf="generalForm.controls['is_kyc'].hasError('required')">KYC Required</mat-error>
|
||||
</mat-form-field>
|
||||
<mat-form-field class="mt-1" style="width: 100%" *ngIf="generalForm.controls.is_kyc.value == 'no' && generalForm.controls.kyc_and_captur_the_name" >
|
||||
<input matInput placeholder="Name as per KYC and capture the name." formControlName="kyc_and_captur_the_name"
|
||||
<input matInput placeholder="Capture the correct name as per the KYC?" formControlName="kyc_and_captur_the_name"
|
||||
type="text">
|
||||
</mat-form-field>
|
||||
</mat-card>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user