Skip to content

Commit

Permalink
fix(components): fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Nov 27, 2022
1 parent f176221 commit 32653e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/base/BaseSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ export default defineComponent({
watch(search, () => {
if (!optionsList.value.length) {
wrapperProps.value.style.height = '0px'
wrapperProps.value.style.marginTop = '0px'
}
})
Expand Down

0 comments on commit 32653e2

Please sign in to comment.