diff options
Diffstat (limited to 'src/lib/form')
| -rw-r--r-- | src/lib/form/components/Merchant.jsx | 2 |
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) { |
