mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -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)
|
.deleteMultipleRecurringInvoices(id)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
// refreshTable()
|
props.table && props.table.refresh()
|
||||||
recurringInvoiceStore.$patch((state) => {
|
recurringInvoiceStore.$patch((state) => {
|
||||||
state.selectedRecurringInvoices = []
|
state.selectedRecurringInvoices = []
|
||||||
state.selectAllField = false
|
state.selectAllField = false
|
||||||
|
|||||||
Reference in New Issue
Block a user