1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

feat: show select all button when more than 1 item (#5965)

This commit is contained in:
Mateusz Kwasniewski 2024-01-19 11:26:03 +01:00 committed by GitHub
parent a096b2a485
commit 84e341bbb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ export const FeatureMetricsChips = ({
</StyledItem>
))}
{toggleValues && (
{toggleValues && values.size > 1 && (
<Button
size={'small'}
onClick={toggleValues}