@idsoftsource/initial-process 2.4.7 → 2.4.8
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.
|
@@ -9842,6 +9842,7 @@ class RoleSelectComponent {
|
|
|
9842
9842
|
state: this.providerdata.state || '',
|
|
9843
9843
|
zipcode: this.providerdata.zipcode || '',
|
|
9844
9844
|
country: this.providerdata.country || '',
|
|
9845
|
+
county: this.providerdata.county || '',
|
|
9845
9846
|
companyPhoneNumber: this.providerdata.phone || '',
|
|
9846
9847
|
});
|
|
9847
9848
|
this.previewCompanyUrl = this.cloudfrontUrl + this.providerdata.logoUrl;
|
|
@@ -10542,7 +10543,7 @@ class RoleSelectComponent {
|
|
|
10542
10543
|
}
|
|
10543
10544
|
input.value = formatted;
|
|
10544
10545
|
if (formType === 'company') {
|
|
10545
|
-
this.companyForm.patchValue({ companyPhoneNumber: formatted }
|
|
10546
|
+
this.companyForm.patchValue({ companyPhoneNumber: formatted });
|
|
10546
10547
|
}
|
|
10547
10548
|
else {
|
|
10548
10549
|
this.userForm.patchValue({ phoneNumber: formatted }, { emitEvent: false });
|