Skip to content

Commit

Permalink
fix(refs T35139): Fix type-o
Browse files Browse the repository at this point in the history
  • Loading branch information
salisdemos committed Nov 7, 2023
1 parent b3a89a8 commit 58417b3
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 545 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"react-dom": "^18.2.0",
"storybook": "7.5.2",
"storybook-addon-vue-slots": "^0.9.21",
"style-dictionary": "^3.7.1",
"style-dictionary": "3.8.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.1",
"ts-jest": "^29.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/DpMultiselect/DpMultiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default {
subSlots: {
type: Array,
required: false,
default: () => ['option', 'tag', '']
default: () => ['option', 'tag']
},
tagPlaceholder: {
Expand Down
Loading

0 comments on commit 58417b3

Please sign in to comment.