mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Merge branch 'recurring-index-refresh' into 'master'
Recurring index delete refresh page See merge request mohit.panjvani/crater-web!1303
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user