refactor: vendors alerts.

This commit is contained in:
elforjani3
2021-01-27 21:33:41 +02:00
parent 25d4b558b6
commit 82e0b9c7f0
11 changed files with 203 additions and 118 deletions

View File

@@ -31,12 +31,8 @@ function CustomersList({
// #withCustomers
customersTableQuery,
// #withAlertsActions.
openAlert,
// #withCustomersActions
requestFetchCustomers,
addCustomersTableQueries,
}) {
const [tableLoading, setTableLoading] = useState(false);