- feat: Highlight inactive accounts in data-table.

- feat: Separate accounts list and table order.
This commit is contained in:
Ahmed Bouhuolia
2020-07-04 15:30:24 +02:00
parent 273834b13e
commit 3fc390652d
13 changed files with 116 additions and 49 deletions

View File

@@ -20,9 +20,9 @@ export default compose(
AccountFormDialogConnect,
withAccountsActions,
withAccountDetail,
withAccounts(({ accountsTypes, accounts }) => ({
withAccounts(({ accountsTypes, accountsList }) => ({
accountsTypes,
accounts,
accounts: accountsList,
})),
withDialogActions,
);