diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-03-05 10:35:33 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-03-05 10:35:33 +0700 |
| commit | 9b22da67a1a397ca43ff80abb8ef4bbefef9b448 (patch) | |
| tree | 6a8e05b18bcb2f87a168164eb34d7630edefee7a /src/lib/pengajuan-tempo/component/PengajuanTempo.jsx | |
| parent | d81883a63ac49fbcffe77a6a4220d910214b25a4 (diff) | |
<iman> CR renca telepon tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/PengajuanTempo.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/PengajuanTempo.jsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx index c577aa41..0db5b371 100644 --- a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx +++ b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx @@ -67,6 +67,11 @@ const PengajuanTempo = () => { const [notValid, setNotValid] = useState(false); const [buttonSubmitClick, setButtonSubmitClick] = useState(false); const stepDivs = [ + <Pengiriman + key='pengiriman' + chekValid={notValid} + buttonSubmitClick={buttonSubmitClick} + />, <InformasiPerusahaan key='informasi-perusahaan' chekValid={notValid} @@ -77,11 +82,6 @@ const PengajuanTempo = () => { chekValid={notValid} buttonSubmitClick={buttonSubmitClick} />, - <Pengiriman - key='pengiriman' - chekValid={notValid} - buttonSubmitClick={buttonSubmitClick} - />, <Referensi key='referensi' chekValid={notValid} |
