1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-15 01:16:22 +02:00

feat: add count to segment table (#2025)

This commit is contained in:
Christopher Kolstad 2022-08-31 16:14:45 +02:00 committed by GitHub
parent 2de4114b76
commit 4e08fcf365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ export const SegmentTable = () => {
<PageContent <PageContent
header={ header={
<PageHeader <PageHeader
title="Segments" title={`Segments (${rows.length})`}
actions={ actions={
<> <>
<Search <Search