diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-29 16:22:33 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-29 16:22:33 +0700 |
| commit | daaf32f9dd3af860013b70d04c89f4cca84724b1 (patch) | |
| tree | fb37b9089eebfa1dc3949117ea00211c6cfe5a50 /src/lib/pengajuan-tempo/component/Pengiriman.jsx | |
| parent | 9054afb2c842a1177dbcf0842aadf2ad14403cde (diff) | |
<iman> updarte pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/Pengiriman.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/Pengiriman.jsx | 6 |
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> |
