summaryrefslogtreecommitdiff
path: root/src/lib/auth
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-27 09:28:14 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-27 09:28:14 +0700
commit11f415a8c9438362078d0eceee37701edbdeaafc (patch)
treeb953b5107742f1aab4f6baf953b6eb800b9ba311 /src/lib/auth
parent935066853ab4847fbff605eed21f98ddbb445864 (diff)
<iman> update fetch data
Diffstat (limited to 'src/lib/auth')
-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);