Skip to content

Commit

Permalink
fix bill deletion from bill form not removing item in bill list
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Nov 27, 2023
1 parent 6366342 commit f39237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BillForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ export default {
return true
},
onDeleteClick() {
emit('delete-bill', this.myBill)
emit('delete-bill', this.bill)
},
saveBill() {
// don't save the bill if we are typing a formula
Expand Down

0 comments on commit f39237b

Please sign in to comment.