diff --git a/src/components/input/MultiSelect.vue b/src/components/input/MultiSelect.vue index 485ee927c..2252f321e 100644 --- a/src/components/input/MultiSelect.vue +++ b/src/components/input/MultiSelect.vue @@ -165,7 +165,7 @@ const pt = computed(() => ({ class: 'flex flex-col gap-1 p-0 list-none border-none text-xs' }, // Option row hover and focus tone - option: ({ context }: any) => ({ + option: ({ context }: MultiSelectPassThroughMethodOptions) => ({ class: [ 'flex gap-1 items-center p-2', 'hover:bg-neutral-100/50 dark-theme:hover:bg-zinc-700/50',