diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-16 09:13:04 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-16 09:13:04 +0700 |
| commit | 68e1d6e55b6d38d86c2b3332268fb508de0a2db8 (patch) | |
| tree | 138bed67c90a292e81805863cf9c304f32662bfb /src/lib/pengajuan-tempo/component/PengajuanTempo.jsx | |
| parent | 8035f129863f0a401f529cc0cd69a2131ccaba80 (diff) | |
<iman> comment compres file
Diffstat (limited to 'src/lib/pengajuan-tempo/component/PengajuanTempo.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/PengajuanTempo.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx index 018668b6..5bef5134 100644 --- a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx +++ b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx @@ -392,7 +392,7 @@ const PengajuanTempo = () => { // Periksa perubahan const toastId = toast.loading('Mengirimkan formulir pengajuan tempo...'); - if (bigData.supplierIds) { + if (bigData?.supplierIds) { if (!isSupplierDataChanged(productOrder, bigData.supplierIds)) { return; } |
