diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-09 15:00:45 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-09 15:00:45 +0700 |
| commit | f2451beed670dc697aa2026b2df6ad1ad1e90da2 (patch) | |
| tree | e25ff3230b6878ff037216b6cd1dad527440dfb8 /src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx | |
| parent | e9cd13307f0095dc4edc5048752675d80c551564 (diff) | |
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx b/src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx index e9ec01e1..19b7fed2 100644 --- a/src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx +++ b/src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx @@ -28,7 +28,6 @@ const KonfirmasiDokumen = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { } = usePengajuanTempoStoreDokumen(); const handleConfirmSubmit = (format, base64) => { - console.log('format iman', format); if (format == 'pdf') { setFormat(`application/${format}`); } else if (format == undefined) { @@ -172,7 +171,6 @@ const KonfirmasiDokumen = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { useEffect(() => { validateDokumen(); }, [buttonSubmitClick]); - console.log('format', format); return ( <> {isDesktop && ( |
