Skip to content

Commit

Permalink
sort props that should be dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Sep 11, 2023
1 parent 50d2e1e commit 9a00186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/@headlessui-vue/src/components/combobox/combobox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,13 +594,13 @@ export let Combobox = defineComponent({
theirProps: {
...attrs,
...omit(theirProps, [
'modelValue',
'by',
'defaultValue',
'nullable',
'multiple',
'immediate',
'modelValue',
'multiple',
'nullable',
'onUpdate:modelValue',
'by',
'virtual',
]),
},
Expand Down

0 comments on commit 9a00186

Please sign in to comment.