@idsoftsource/initial-process 1.6.6 → 1.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8279,7 +8279,8 @@ class RoleSelectComponent {
8279
8279
  city: new FormControl('', Validators.required),
8280
8280
  state: new FormControl('', Validators.required),
8281
8281
  zipcode: new FormControl('', Validators.required),
8282
- country: new FormControl('', Validators.required)
8282
+ country: new FormControl('', Validators.required),
8283
+ county: new FormControl('', Validators.required)
8283
8284
  });
8284
8285
  this.getYears();
8285
8286
  this.getIndustries();
@@ -8442,6 +8443,7 @@ class RoleSelectComponent {
8442
8443
  state: provider.state,
8443
8444
  zipcode: provider.zipcode,
8444
8445
  country: provider.country,
8446
+ county: provider.county,
8445
8447
  phoneNumber: provider.companyPhoneNumber,
8446
8448
  userAddress1: userDetail.address1,
8447
8449
  userAddress2: userDetail.address2,