Skip to content

Commit

Permalink
Add onclick for clearing filters and bump path for hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed Dec 5, 2024
1 parent e51a0d0 commit 743089f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/components/stories/hub/hub-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function HubContent(props: HubContentProps) {
out of {allStories.length}.
</span>
{isFiltering && (
<Button {...ButtonLinkProps} size='small'>
<Button {...ButtonLinkProps} size='small' onClick={() => onAction(FilterActions.CLEAR)}>
Clear filters <CollecticonXmarkSmall />
</Button>
)}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@developmentseed/veda-ui",
"description": "Dashboard",
"version": "5.11.1",
"version": "5.11.2",
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org/"
Expand Down

0 comments on commit 743089f

Please sign in to comment.