diff --git a/app/components/navigation/FilterItem.vue b/app/components/navigation/FilterItem.vue index 7c5477e..220c9d3 100644 --- a/app/components/navigation/FilterItem.vue +++ b/app/components/navigation/FilterItem.vue @@ -3,7 +3,7 @@ const model = defineModel(); const { canClear = false } = defineProps<{ title: string; - explanation: string + explanation: string; options: string[]; canClear?: boolean; }>(); @@ -24,6 +24,7 @@ const { canClear = false } = defineProps<{