mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
Merge remote-tracking branch 'origin/_tasks'
This commit is contained in:
@@ -122,7 +122,7 @@ export const deleteExpense = ({ id }) => {
|
||||
export const deleteBulkExpenses = ({ ids }) => {
|
||||
return (dispatch) =>
|
||||
new Promise((resolve, reject) => {
|
||||
ApiService.delete('expenses/bulk', { params: { ids } })
|
||||
ApiService.delete('expenses', { params: { ids } })
|
||||
.then((response) => {
|
||||
dispatch({
|
||||
type: t.EXPENSES_BULK_DELETE,
|
||||
|
||||
Reference in New Issue
Block a user