1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-12 01:17:04 +02:00

feat: add count to context field list (#2020)

This commit is contained in:
Christopher Kolstad 2022-08-31 15:26:06 +02:00 committed by GitHub
parent 84b3777dae
commit e140fb31b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ const ContextList: VFC = () => {
isLoading={loading}
header={
<PageHeader
title="Context fields"
title={`Context fields (${rows.length})`}
actions={
<>
<Search