feat: Sidebar overlay.

This commit is contained in:
a.bouhuolia
2021-08-02 09:36:45 +02:00
parent 3eae731e42
commit 79e38d2374
26 changed files with 170 additions and 51 deletions

View File

@@ -11,7 +11,7 @@ import CustomersAlerts from 'containers/Customers/CustomersAlerts';
import { CustomersListProvider } from './CustomersListProvider';
import withCustomers from './withCustomers';
import { transformTableStateToQuery, compose } from 'utils';
import { compose } from 'utils';
/**
* Customers list.
@@ -21,9 +21,7 @@ function CustomersList({
customersTableState,
}) {
return (
<CustomersListProvider
query={transformTableStateToQuery(customersTableState)}
>
<CustomersListProvider tableState={customersTableState}>
<CustomersActionsBar />
<DashboardPageContent>