diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-01 09:35:35 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-01 09:35:35 +0700 |
| commit | 5e3b8914037fcd7b5153d94f289079ac4dd60235 (patch) | |
| tree | bd6fc719a5f24616a871ff4f4ae52e0415c0b351 /src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx | |
| parent | 37ab7c5ac682e3a2ddb4153d4f7cb91593a77fe4 (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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx b/src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx index 753af29e..3b3bba0f 100644 --- a/src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx +++ b/src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx @@ -25,11 +25,6 @@ const KonfirmasiDokumen = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { getJumlahDokumenDiisi, } = usePengajuanTempoStoreDokumen(); - // const handleInputChange = (event) => { - // const { name, value } = event.target; - // updateFormDokumen(name, value); - // validateDokumen(); - // }; const handleConfirmSubmit = (format, base64) => { if (format == 'pdf') { setFormat(`application/${format}`); |
