summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-12-04 10:59:21 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-12-04 10:59:21 +0700
commit9a49b8d84761781531cb417731cb9ef802f63541 (patch)
tree140f9ca02190789d0d20f8ca13d00f20e81b6adc /src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
parent77f9843ad5072583cb1797d7ecf5ac80394bad3f (diff)
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
index 6a50b0c7..f641d8fa 100644
--- a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
+++ b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
@@ -117,7 +117,6 @@ const InformasiPerusahaan = ({
'GET',
'/api/v1/partner/payment_term'
);
- console.log('dataPaymentTerm', dataPaymentTerm);
setPaymentTerm(
dataPaymentTerm?.map((o) => ({
value: o.id,
@@ -331,7 +330,6 @@ const InformasiPerusahaan = ({
const loadProfile = async () => {
try {
const dataProfile = await addressApi({ id: auth.parentId });
- console.log('dataProfile', dataProfile);
if (dataProfile.name) {
updateForm('name', dataProfile.name);
}
@@ -372,7 +370,6 @@ const InformasiPerusahaan = ({
loadProfile();
}
}, [auth?.parentId, setValue]);
- console.log('form', form);
return (
<>
{isDesktop && (