diff --git a/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx b/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx index 8cfabb3e..627ba952 100644 --- a/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx +++ b/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx @@ -248,7 +248,7 @@ const InventoryAdjustmentForm = ({ validateOnBlur: true, onSubmit: async (values) => { setInventoryAdjustmentFormErrorMessage(''); - const payload = { + const payload: CreateInventoryAdjustmentPayload = { project_flock_kandang_id: values.project_flock_kandang_id, product_id: values.product_id, transaction_subtype: values.transaction_subtype,