chore: set default prop value for Filters

This commit is contained in:
kolaente 2025-05-13 21:41:34 +02:00
parent 18306956ae
commit 15530fcb0a
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ const props = withDefaults(defineProps<{
hasTitle: false,
hasFooter: true,
changeImmediately: false,
filterFromView: undefined,
})
const emit = defineEmits<{