Skip to content

Commit

Permalink
Merge pull request #140 from nih-sparc/update-show-collapsible-arrow
Browse files Browse the repository at this point in the history
updated show collapsible arrow and bumped version
  • Loading branch information
egauzens authored Mar 19, 2024
2 parents dd20249 + 263f19a commit 7b2268f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.6",
"version": "0.27.7",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
:label="category.label"
:tooltip="tooltip"
:collapse-by-default="collapseByDefault"
:show-collapsible-arrow="!hasSingleNode"
>
<hr v-show="!hasSingleNode" />
<div v-show="!hasSingleNode" class="show-all-node mx-24 my-8">
Expand Down

0 comments on commit 7b2268f

Please sign in to comment.