summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-06 16:20:51 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-06 16:20:51 +0700
commit4d9200650d232e4302f7e01df96751c3f9412693 (patch)
treed6f5402f05dc7ae51af62af5313697e66b403cd9
parentd3e867689b9b171efb8f5a85c7a4cb39b7e7b8fd (diff)
<iman> update data api
-rw-r--r--src/lib/auth/components/CompanyProfile.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx
index 581c32b0..e37decc9 100644
--- a/src/lib/auth/components/CompanyProfile.jsx
+++ b/src/lib/auth/components/CompanyProfile.jsx
@@ -59,6 +59,7 @@ const CompanyProfile = () => {
if(changeConfirmation){
const data = {
...values,
+ id_user:auth.partnerId,
company_type_id: values.companyType,
industry_id: values.industry,
tax_name: values.taxName,