1
0
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:
Christopher Kolstad 2022-08-31 16:02:47 +02:00 committed by GitHub
parent 30dab4f367
commit 101e9103ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ const UsersList = () => {
isLoading={loading}
header={
<PageHeader
title="Users"
title={`Users (${rows.length})`}
actions={
<>
<Search