kyc changes

This commit is contained in:
sriram-at-840620226347 2019-11-02 17:30:38 +05:30
parent ef870eea45
commit e6319b07c4

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