summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-11-01 09:35:35 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-11-01 09:35:35 +0700
commit5e3b8914037fcd7b5153d94f289079ac4dd60235 (patch)
treebd6fc719a5f24616a871ff4f4ae52e0415c0b351 /src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx
parent37ab7c5ac682e3a2ddb4153d4f7cb91593a77fe4 (diff)
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/KonfirmasiDokumen.jsx5
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}`);