mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: wip filter uncategorized transactions by date
This commit is contained in:
@@ -25,6 +25,8 @@ export const withBanking = (mapState) => {
|
||||
|
||||
categorizedTransactionsSelected:
|
||||
state.plaid.categorizedTransactionsSelected,
|
||||
|
||||
uncategorizedTransactionsFilter: state.plaid.uncategorizedFilter
|
||||
};
|
||||
return mapState ? mapState(mapped, state, props) : mapped;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user