mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix: tables with custom views.
This commit is contained in:
@@ -3,11 +3,6 @@ import { setItemsTableState }from 'store/items/items.actions';
|
||||
|
||||
export const mapDispatchToProps = (dispatch) => ({
|
||||
setItemsTableState: (queries) => dispatch(setItemsTableState(queries)),
|
||||
// setSelectedRowsItems: (selectedRows) =>
|
||||
// dispatch({
|
||||
// type: t.ITEM_SELECTED_ROWS_SET,
|
||||
// payload: { selectedRows },
|
||||
// }),
|
||||
});
|
||||
|
||||
export default connect(null, mapDispatchToProps);
|
||||
|
||||
Reference in New Issue
Block a user