summaryrefslogtreecommitdiff
path: root/src/lib/form/components/Merchant.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-12-30 16:28:20 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-12-30 16:28:20 +0700
commit2ab080f4d6109e8abc570a422d562bafb0ca4d5e (patch)
treeb54cdc1cfdcf87b0d935714e08790f98b869eee1 /src/lib/form/components/Merchant.jsx
parent4068e4a75bfe0afb79afb84ba35cf13ac7eb2b88 (diff)
<iman> delete console log
Diffstat (limited to 'src/lib/form/components/Merchant.jsx')
-rw-r--r--src/lib/form/components/Merchant.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/form/components/Merchant.jsx b/src/lib/form/components/Merchant.jsx
index a5f2c1e8..6277114c 100644
--- a/src/lib/form/components/Merchant.jsx
+++ b/src/lib/form/components/Merchant.jsx
@@ -98,7 +98,6 @@ const CreateMerchant = () => {
const dataProfile = await addressApi({
id: auth.parentId ? auth.parentId : auth.partnerId,
});
- console.log('dataProfile', dataProfile);
setValue('company', dataProfile?.name);
setValue('address', dataProfile?.alamatBisnis);
setValue('state', parseInt(dataProfile.stateId.id));
@@ -146,7 +145,6 @@ const CreateMerchant = () => {
}, [auth, watchState]);
const watchCity = watch('city');
- console.log('watchCity', watchCity);
useEffect(() => {
if (watchCity) {