diff --git a/app/components/inventory/AddItemForm.vue b/app/components/inventory/AddItemForm.vue
index cf16d44..310cbd2 100644
--- a/app/components/inventory/AddItemForm.vue
+++ b/app/components/inventory/AddItemForm.vue
@@ -57,6 +57,21 @@
/>
+
+
+
+
+
{
quantity: form.quantity,
unit_id: form.unit_id,
expiry_date: form.expiry_date || null,
+ low_stock_threshold: form.low_stock_threshold,
notes: form.notes.trim() || null
})