Skip to content

Commit

Permalink
Merge pull request #135 from tobiasKaminsky/bugfix/edit
Browse files Browse the repository at this point in the history
fix #133
  • Loading branch information
tobiasKaminsky authored Jan 24, 2024
2 parents 8dd837e + 954cb66 commit 354fb54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/GroceryList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export default {
},
methods: {
showAddModal() {
this.newItemId = -1
this.newItemName = ''
this.newItemQuantity = ''
this.modal = true
Expand Down

0 comments on commit 354fb54

Please sign in to comment.