fix: open user modal
This commit is contained in:
parent
490f0c0480
commit
7769a7f3e5
@ -36,7 +36,7 @@ export default function ServiceUsersDG({
|
|||||||
columns={columns}
|
columns={columns}
|
||||||
components={{ Toolbar: GridToolbar }}
|
components={{ Toolbar: GridToolbar }}
|
||||||
onSelectionModelChange={handleSelectionChange}
|
onSelectionModelChange={handleSelectionChange}
|
||||||
onRowClick={({ row }) => navigate(row.id)}
|
onRowClick={({ row }) => navigate(row._id)}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Skeleton>Loading...</Skeleton>
|
<Skeleton>Loading...</Skeleton>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user