diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-06 16:20:51 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-06 16:20:51 +0700 |
| commit | 4d9200650d232e4302f7e01df96751c3f9412693 (patch) | |
| tree | d6f5402f05dc7ae51af62af5313697e66b403cd9 /src/lib/auth | |
| parent | d3e867689b9b171efb8f5a85c7a4cb39b7e7b8fd (diff) | |
<iman> update data api
Diffstat (limited to 'src/lib/auth')
| -rw-r--r-- | src/lib/auth/components/CompanyProfile.jsx | 1 |
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, |
