diff --git a/src/components/shared/InputSelectMultiple.vue b/src/components/shared/InputSelectMultiple.vue index 042846d0..fa335f6e 100644 --- a/src/components/shared/InputSelectMultiple.vue +++ b/src/components/shared/InputSelectMultiple.vue @@ -3,7 +3,8 @@ import { ChevronDownIcon } from '@heroicons/vue/24/solid'; import { computed, onMounted, onUnmounted, ref, watch } from 'vue'; -type ValueValue = Record | string | null +// eslint-disable-next-line @typescript-eslint/no-explicit-any +type ValueValue = Record | string | null interface Value { key: string