summaryrefslogtreecommitdiff
path: root/src/lib/auth/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/auth/components')
-rw-r--r--src/lib/auth/components/CompanyProfile.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx
index 70713bdf..f1577ca1 100644
--- a/src/lib/auth/components/CompanyProfile.jsx
+++ b/src/lib/auth/components/CompanyProfile.jsx
@@ -21,9 +21,10 @@ const CompanyProfile = () => {
taxName: '',
npwp: '',
alamat_wajib_pajak: '',
+ alamat_bisnis: '',
},
});
-
+ console.log('auth', auth);
const [industries, setIndustries] = useState([]);
useEffect(() => {
const loadIndustries = async () => {
@@ -74,6 +75,7 @@ const CompanyProfile = () => {
alamat_lengkap_text: values.alamat_wajib_pajak,
street: values.alamat_bisnis,
};
+ console.log('data', data);
const isUpdated = await odooApi(
'PUT',
`/api/v1/partner/${auth.parentId}`,