This commit is contained in:
venbatechnologies@gmail.com 2019-11-02 17:44:33 +05:30
commit a5db1060a8

View File

@ -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');
}
}