diff options
Diffstat (limited to 'src/lib/auth/components')
| -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, |
