summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-11-01 09:45:02 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-11-01 09:45:02 +0700
commit0cabc5303cbda27eeed3003ee3d4300291946f8d (patch)
treee7d63c9b9ba2c337d2ebf50a5d28cbcc169fc2b6
parent5e3b8914037fcd7b5153d94f289079ac4dd60235 (diff)
<iman> add validate
-rw-r--r--src/lib/pengajuan-tempo/component/PengajuanTempo.jsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
index a3c0236c..7cc85b44 100644
--- a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
+++ b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
@@ -151,6 +151,11 @@ const PengajuanTempo = () => {
});
}
}
+ validate();
+ validateKontakPerson();
+ validatePengiriman();
+ validateDokumen();
+ updateHasSave(false);
}, [currentStep]);
const goToNextStep = () => {
if (!isFormValid) {