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:
parent
2de4114b76
commit
4e08fcf365
@ -83,7 +83,7 @@ export const SegmentTable = () => {
|
||||
<PageContent
|
||||
header={
|
||||
<PageHeader
|
||||
title="Segments"
|
||||
title={`Segments (${rows.length})`}
|
||||
actions={
|
||||
<>
|
||||
<Search
|
||||
|
Loading…
Reference in New Issue
Block a user