Add confirmation when deleting user

This commit is contained in:
Deluan
2020-06-10 16:13:02 -04:00
committed by Deluan Quintão
parent 94d88395e7
commit f072ffd377
5 changed files with 106 additions and 3 deletions
+1
View File
@@ -25,6 +25,7 @@ const UserList = (props) => {
{...props}
sort={{ field: 'userName', order: 'ASC' }}
exporter={false}
bulkActionButtons={false}
filters={<UserFilter />}
>
{isXsmall ? (