Skip to content

Commit

Permalink
fix: remove erroneous changes in FilterSelector.js
Browse files Browse the repository at this point in the history
Reverted unintended changes in the `FilterSelector.js` file
  • Loading branch information
EdsonNhancale committed Jan 15, 2025
1 parent 2b50bf9 commit 229d25e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const FilterSelector = (props) => {
/>
</Card>
)

return props.restrictFilters && !props.allowedFilters?.length ? null : (
<>
<DropdownButton
Expand Down

0 comments on commit 229d25e

Please sign in to comment.