diff --git a/src/containers/Customers/CustomersLanding/CustomersActionsBar.js b/src/containers/Customers/CustomersLanding/CustomersActionsBar.js index 8ca0e6750..8cc194533 100644 --- a/src/containers/Customers/CustomersLanding/CustomersActionsBar.js +++ b/src/containers/Customers/CustomersLanding/CustomersActionsBar.js @@ -14,6 +14,7 @@ import DashboardActionsBar from 'components/Dashboard/DashboardActionsBar'; import { If, Icon, + Can, FormattedMessage as T, DashboardActionViewsList, AdvancedFilterPopover, @@ -29,6 +30,10 @@ import withCustomersActions from './withCustomersActions'; import withAlertActions from 'containers/Alert/withAlertActions'; import withSettingsActions from '../../Settings/withSettingsActions'; import withSettings from '../../Settings/withSettings'; +import { + Customer_Abilities, + AbilitySubject, +} from '../../../common/abilityOption'; import { compose } from 'utils'; @@ -103,15 +108,15 @@ function CustomerActionsBar({ onChange={handleTabChange} /> - -