Skip to content

Commit

Permalink
fire off new state update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Jul 18, 2024
1 parent 1bd6a1a commit c28e427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SpatialViewer/ImageDatasetList.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ class ImageDatasetList extends Component {
<span
onClick={()=>{
this.props.clearFilters()
this.props.clearSearch()
}}>
<FontAwesomeIcon alt="Clear All Filters" className="fa-light fa-trash-can" icon={faTrashCan} /> Clear Filters
</span>
Expand Down

0 comments on commit c28e427

Please sign in to comment.