Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Jun 21, 2023
1 parent 88ff834 commit ac0199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/filter_group/filter_group_multi.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default () => {
const button = (
<EuiFilterButton
iconType="arrowDown"
// badgeColor="success"
badgeColor="success"
onClick={onButtonClick}
isSelected={isPopoverOpen}
numFilters={items.filter((item) => item.checked !== 'off').length}
Expand Down

0 comments on commit ac0199b

Please sign in to comment.