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}
|
||||
header={
|
||||
<PageHeader
|
||||
title="Variants"
|
||||
title={`Variants (${rows.length})`}
|
||||
actions={
|
||||
<>
|
||||
<PermissionButton
|
||||
|
Loading…
Reference in New Issue
Block a user