diff --git a/src/containers/Accounts/AccountsActionsBar.js b/src/containers/Accounts/AccountsActionsBar.js index e96d69c8a..001fb64bf 100644 --- a/src/containers/Accounts/AccountsActionsBar.js +++ b/src/containers/Accounts/AccountsActionsBar.js @@ -15,6 +15,7 @@ import { FormattedMessage as T } from 'components'; import { AdvancedFilterPopover, If, + Can, DashboardActionViewsList, DashboardFilterButton, DashboardRowsHeightButton, @@ -30,6 +31,8 @@ import withAlertActions from 'containers/Alert/withAlertActions'; import withAccountsTableActions from './withAccountsTableActions'; import withSettings from '../Settings/withSettings'; import withSettingsActions from '../Settings/withSettingsActions'; +import { Account_Abilities, AbilitySubject } from '../../common/abilityOption'; + import { compose } from 'utils'; /** @@ -116,13 +119,14 @@ function AccountsActionsBar({ onChange={handleTabChange} /> - -