fix(preferences)

This commit is contained in:
a.bouhuolia
2021-03-22 20:02:09 +02:00
parent aa6c3d5fe8
commit bad1c2b8ae
4 changed files with 12 additions and 8 deletions

View File

@@ -3,6 +3,8 @@ import React, { useCallback } from 'react';
import { compose } from 'utils';
import { DataTable } from 'components';
import TableSkeletonRows from 'components/Datatable/TableSkeletonRows';
import withDialogActions from 'containers/Dialog/withDialogActions';
import withAlertActions from 'containers/Alert/withAlertActions';
@@ -60,6 +62,7 @@ function UsersDataTable({
loading={isUsersLoading}
headerLoading={isUsersLoading}
progressBarLoading={isUsersFetching}
TableLoadingRenderer={TableSkeletonRows}
noInitialFetch={true}
ContextMenu={ActionsMenu}
payload={{