summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-11-25 10:05:02 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-11-25 10:05:02 +0700
commit654fbb128ab331c3272d6e8733dda1b5b71f4253 (patch)
treea0feff6b3bd5e81c36923674800462652bbbf712 /src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
parent35793c84f780e0de60a5e833343949e980d3a63f (diff)
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/PengajuanTempo.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/PengajuanTempo.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
index fc558b01..952c4244 100644
--- a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
+++ b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx
@@ -343,7 +343,7 @@ const PengajuanTempo = () => {
const address = await createPengajuanTempoApi({
id: idTempo,
user_id: auth.parentId,
- formDocs: JSON.stringify(productOrder),
+ formSupplier: JSON.stringify(productOrder),
});
if (address.id) {
setIdTempo(address.id);
@@ -530,7 +530,7 @@ const PengajuanTempo = () => {
<Button
colorScheme='red'
w={`${isMobile ? 'full' : 'fit'}`}
- onClick={handleDaftarTempo()}
+ onClick={handleDaftarTempo}
>
Daftar Tempo {<ChevronRightIcon className='w-5' />}
</Button>