diff --git a/vue/src/apps/ShoppingListView/ShoppingListView.vue b/vue/src/apps/ShoppingListView/ShoppingListView.vue index 277a872dd..aad406807 100644 --- a/vue/src/apps/ShoppingListView/ShoppingListView.vue +++ b/vue/src/apps/ShoppingListView/ShoppingListView.vue @@ -746,7 +746,7 @@ export default { } else { console.log("no data returned") } - this.new_item = { amount: 1 } + this.new_item = { amount: 1, unit: undefined, food: undefined } }) .catch((err) => { console.log(err)