mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Optimize connect component props with redux store.
This commit is contained in:
@@ -24,7 +24,10 @@ export default compose(
|
||||
AccountFormDialogConnect,
|
||||
withAccountsActions,
|
||||
withAccountDetail,
|
||||
withAccounts,
|
||||
withAccounts(({ accountsTypes, accounts }) => ({
|
||||
accountsTypes,
|
||||
accounts,
|
||||
})),
|
||||
DialogReduxConnect,
|
||||
DialogConnect,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user