Skip to content

Commit

Permalink
Merge pull request #139 from nih-sparc/fix-reset-all-issue
Browse files Browse the repository at this point in the history
fixed unchecking hidden child facets issue
  • Loading branch information
egauzens authored Mar 6, 2024
2 parents 30e4bb8 + 30b926b commit dd20249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nih-sparc/sparc-design-system-components",
"version": "0.27.5",
"version": "0.27.6",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
:filter-node-method="filterNodes"
:props="treeProps"
:render-content="renderContent"
:render-after-expand="false"
@check-change="onCheckChange"
/>
</el-scrollbar>
Expand Down

0 comments on commit dd20249

Please sign in to comment.