summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-23 09:25:04 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-23 09:25:04 +0700
commitd44a64960c1bc5830121ead771646b30fd1841bb (patch)
tree7568129f0a708c17a2efe1097949ad6eb34ba24a /src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
parentacee071ea98505b42918f4d7cdc15252ae78f705 (diff)
<iman> update section konfirmasi
Diffstat (limited to 'src/lib/pengajuan-tempo/component/PengajuanTempo.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/PengajuanTempo.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
index e6424e51..030583aa 100644
--- a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
+++ b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
@@ -6,6 +6,7 @@ import KontakPerusahaan from './KontakPerusahaan';
import Pengiriman from './Pengiriman';
import Referensi from './Referensi';
import Dokumen from './Dokumen';
+import Konfirmasi from './Konfirmasi';
import { Controller, useForm } from 'react-hook-form';
import {
usePengajuanTempoStore,
@@ -50,7 +51,7 @@ const PengajuanTempo = () => {
<Pengiriman chekValid={notValid} buttonSubmitClick={buttonSubmitClick} />,
<Referensi chekValid={notValid} buttonSubmitClick={buttonSubmitClick} />,
<Dokumen chekValid={notValid} buttonSubmitClick={buttonSubmitClick} />,
- <div>Konfirmasi</div>,
+ <Konfirmasi chekValid={notValid} buttonSubmitClick={buttonSubmitClick} />,
];
const stepDivsError = [
errors,