summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/Pengiriman.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-29 16:22:33 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-29 16:22:33 +0700
commitdaaf32f9dd3af860013b70d04c89f4cca84724b1 (patch)
treefb37b9089eebfa1dc3949117ea00211c6cfe5a50 /src/lib/pengajuan-tempo/component/Pengiriman.jsx
parent9054afb2c842a1177dbcf0842aadf2ad14403cde (diff)
<iman> updarte pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/Pengiriman.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/Pengiriman.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/pengajuan-tempo/component/Pengiriman.jsx b/src/lib/pengajuan-tempo/component/Pengiriman.jsx
index 2497fb00..89d8ed44 100644
--- a/src/lib/pengajuan-tempo/component/Pengiriman.jsx
+++ b/src/lib/pengajuan-tempo/component/Pengiriman.jsx
@@ -413,8 +413,8 @@ const Pengiriman = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => {
</div>
<div className='w-1/3'>
<input
- id='zip'
- name='zip'
+ id='zipPengiriman'
+ name='zipPengiriman'
ref={zipRef}
placeholder='Kode Pos'
type='number'
@@ -424,7 +424,7 @@ const Pengiriman = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => {
/>
{chekValid && (
<div className='text-caption-2 text-danger-500 mt-1'>
- {errorsPengiriman.zip}
+ {errorsPengiriman.zipPengiriman}
</div>
)}
</div>