Skip to content

Commit 7b2268f

Browse files
authored
Merge pull request #140 from nih-sparc/update-show-collapsible-arrow
updated show collapsible arrow and bumped version
2 parents dd20249 + 263f19a commit 7b2268f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nih-sparc/sparc-design-system-components",
3-
"version": "0.27.6",
3+
"version": "0.27.7",
44
"private": false,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/components/DropdownMultiselect/src/DropdownMultiselect.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
:label="category.label"
77
:tooltip="tooltip"
88
:collapse-by-default="collapseByDefault"
9-
:show-collapsible-arrow="!hasSingleNode"
109
>
1110
<hr v-show="!hasSingleNode" />
1211
<div v-show="!hasSingleNode" class="show-all-node mx-24 my-8">

0 commit comments

Comments
 (0)