Skip to content

Commit

Permalink
Migrated over bug fix for dorpdown multiselect
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Mar 19, 2024
1 parent d8fa593 commit 8da700f
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": "sparc-design-system-components-2",
"version": "0.0.25",
"version": "0.0.26",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
1 change: 0 additions & 1 deletion src/components/DropdownMultiselect/DropdownMultiselect.vue
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 8da700f

Please sign in to comment.