mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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}
|
||||
header={
|
||||
<PageHeader
|
||||
title="Users"
|
||||
title={`Users (${rows.length})`}
|
||||
actions={
|
||||
<>
|
||||
<Search
|
||||
|
Loading…
Reference in New Issue
Block a user