diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-17 15:53:06 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-17 15:53:06 +0700 |
| commit | 7d5f7d239231cdfc439a57930e315586b206a0e5 (patch) | |
| tree | 6312d0d627a52adbf42d20c150e6e693141ce58c /src/lib/auth/components | |
| parent | aa44cff228f73d2546466abb6344f249881f94be (diff) | |
<iman> update new register
Diffstat (limited to 'src/lib/auth/components')
| -rw-r--r-- | src/lib/auth/components/CompanyProfile.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx index f1577ca1..d4cf8657 100644 --- a/src/lib/auth/components/CompanyProfile.jsx +++ b/src/lib/auth/components/CompanyProfile.jsx @@ -24,7 +24,6 @@ const CompanyProfile = () => { alamat_bisnis: '', }, }); - console.log('auth', auth); const [industries, setIndustries] = useState([]); useEffect(() => { const loadIndustries = async () => { @@ -75,7 +74,6 @@ 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}`, |
