mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
feat: add counter to variants table (#2029)
This commit is contained in:
parent
e140fb31b7
commit
e002bd5c81
@ -394,7 +394,7 @@ export const FeatureVariantsList = () => {
|
|||||||
isLoading={loading}
|
isLoading={loading}
|
||||||
header={
|
header={
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Variants"
|
title={`Variants (${rows.length})`}
|
||||||
actions={
|
actions={
|
||||||
<>
|
<>
|
||||||
<PermissionButton
|
<PermissionButton
|
||||||
|
Loading…
Reference in New Issue
Block a user