1
0
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:
olav 2022-08-31 16:01:46 +02:00 committed by GitHub
parent e140fb31b7
commit e002bd5c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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