Skip to content

Commit

Permalink
Merge branch 'recurring-index-refresh' into 'master'
Browse files Browse the repository at this point in the history
Recurring index  delete refresh page

See merge request mohit.panjvani/crater-web!1303
  • Loading branch information
mohitpanjwani committed Dec 1, 2021
2 parents 40f3415 + 3a5901c commit e1ef208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async function removeMultipleRecurringInvoices(id = null) {
.deleteMultipleRecurringInvoices(id)
.then((res) => {
if (res.data.success) {
// refreshTable()
props.table && props.table.refresh()
recurringInvoiceStore.$patch((state) => {
state.selectedRecurringInvoices = []
state.selectAllField = false
Expand Down

0 comments on commit e1ef208

Please sign in to comment.