mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +02:00
feat: add count to users list (#2026)
This commit is contained in:
parent
30dab4f367
commit
101e9103ae
@ -233,7 +233,7 @@ const UsersList = () => {
|
|||||||
isLoading={loading}
|
isLoading={loading}
|
||||||
header={
|
header={
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Users"
|
title={`Users (${rows.length})`}
|
||||||
actions={
|
actions={
|
||||||
<>
|
<>
|
||||||
<Search
|
<Search
|
||||||
|
Loading…
Reference in New Issue
Block a user