summaryrefslogtreecommitdiff
path: root/src-migrate/modules/register
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-27 17:00:00 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-27 17:00:00 +0700
commit016cbe790dd698ee258f17c8218ef6fdc667ad0d (patch)
treeca3e75fe3195013d246ffc06ba70812ac3c62ddf /src-migrate/modules/register
parent31ef67c8c2c3d80bf0c0cc040e551b4a45c3dedc (diff)
<iman> update switch account
Diffstat (limited to 'src-migrate/modules/register')
-rw-r--r--src-migrate/modules/register/components/FormBisnis.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/modules/register/components/FormBisnis.tsx b/src-migrate/modules/register/components/FormBisnis.tsx
index ad92948e..cc05a3bf 100644
--- a/src-migrate/modules/register/components/FormBisnis.tsx
+++ b/src-migrate/modules/register/components/FormBisnis.tsx
@@ -115,7 +115,6 @@ const form: React.FC<FormProps> = ({
}
}, [form.industry_id]);
- console.log('form', form);
useEffect(() => {
const loadIndustries = async () => {
const dataIndustries = await odooApi('GET', '/api/v1/partner/industry');