diff --git a/src/views/GroceryList.vue b/src/views/GroceryList.vue index 57158cf..816414f 100644 --- a/src/views/GroceryList.vue +++ b/src/views/GroceryList.vue @@ -213,6 +213,7 @@ export default { }, methods: { showAddModal() { + this.newItemId = -1 this.newItemName = '' this.newItemQuantity = '' this.modal = true