mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-25 17:19:48 +00:00
feat: bulk transcations delete
This commit is contained in:
@@ -13,3 +13,10 @@ export const resetEstimatesTableState = () => {
|
||||
type: t.ESTIMATES_TABLE_STATE_RESET,
|
||||
};
|
||||
}
|
||||
|
||||
export const setEstimatesSelectedRows = (selectedRows) => {
|
||||
return {
|
||||
type: 'ESTIMATES/SET_SELECTED_ROWS',
|
||||
payload: selectedRows,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user