Add confirmation when deleting user
This commit is contained in:
@@ -25,6 +25,7 @@ const UserList = (props) => {
|
||||
{...props}
|
||||
sort={{ field: 'userName', order: 'ASC' }}
|
||||
exporter={false}
|
||||
bulkActionButtons={false}
|
||||
filters={<UserFilter />}
|
||||
>
|
||||
{isXsmall ? (
|
||||
|
||||
Reference in New Issue
Block a user