summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/SwitchAccount.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/auth/components/SwitchAccount.jsx')
-rw-r--r--src/lib/auth/components/SwitchAccount.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx
index ad22da0f..14ad7e8a 100644
--- a/src/lib/auth/components/SwitchAccount.jsx
+++ b/src/lib/auth/components/SwitchAccount.jsx
@@ -79,8 +79,8 @@ const SwitchAccount = () => {
}
updateForm('email_partner', dataProfile.email_partner);
updateForm('business_name', dataProfile.name);
- updateForm('industry_id', dataProfile.industryId);
- updateForm('company_type_id', dataProfile.companyTypeId);
+ updateForm('industry_id', `${dataProfile.industryId}`);
+ updateForm('company_type_id', `${dataProfile.companyTypeId}`);
updateForm('nama_wajib_pajak', dataProfile.taxName);
updateForm('npwp', dataProfile.npwp);
updateForm('alamat_wajib_pajak', dataProfile.alamatWajibPajak);