Skip to content

Commit

Permalink
updated show collapsible arrow and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Mar 19, 2024
1 parent dd20249 commit 263f19a
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 263f19a

Please sign in to comment.