diff --git a/src/components/input/multiselect.vue b/src/components/input/multiselect.vue index fce2a61e8..c8636d64a 100644 --- a/src/components/input/multiselect.vue +++ b/src/components/input/multiselect.vue @@ -133,7 +133,7 @@ const props = defineProps({ * The object with the value, updated every time an entry is selected. */ modelValue: { - type: [] as PropType<{[key: string]: any}>, + type: [Object] as PropType<{[key: string]: any}>, default: null, }, /**