mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-23 00:00:31 +00:00
feat: bulk transcations delete
This commit is contained in:
@@ -14,4 +14,9 @@ export const resetVendorCreditTableState = () => {
|
||||
};
|
||||
};
|
||||
|
||||
export const setSelectedRowsItems = () => {};
|
||||
export const setVendorCreditsSelectedRows = (selectedRows) => {
|
||||
return {
|
||||
type: 'VENDOR_CREDITS/SET_SELECTED_ROWS',
|
||||
payload: selectedRows,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user