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:
parent
a096b2a485
commit
84e341bbb7
@ -75,7 +75,7 @@ export const FeatureMetricsChips = ({
|
|||||||
</StyledItem>
|
</StyledItem>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
{toggleValues && (
|
{toggleValues && values.size > 1 && (
|
||||||
<Button
|
<Button
|
||||||
size={'small'}
|
size={'small'}
|
||||||
onClick={toggleValues}
|
onClick={toggleValues}
|
||||||
|
Loading…
Reference in New Issue
Block a user