chore: set default prop value for Filters
This commit is contained in:
parent
18306956ae
commit
15530fcb0a
|
|
@ -82,6 +82,7 @@ const props = withDefaults(defineProps<{
|
|||
hasTitle: false,
|
||||
hasFooter: true,
|
||||
changeImmediately: false,
|
||||
filterFromView: undefined,
|
||||
})
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
|
|
|||
Loading…
Reference in New Issue