kyc changes
This commit is contained in:
parent
ef870eea45
commit
e6319b07c4
@ -979,7 +979,7 @@ export class GeneralInfoComponent implements OnInit {
|
||||
|
||||
kycchange(event){
|
||||
// console.log(event);
|
||||
if(event === 'yes') {event.value =='yes' ? this._generalForm.addControl('kyc_and_captur_the_name', new FormControl('')) : this._generalForm.removeControl('kyc_and_captur_the_name');}
|
||||
event =='no' ? this._generalForm.addControl('kyc_and_captur_the_name', new FormControl('')) : this._generalForm.removeControl('kyc_and_captur_the_name');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user