chore: add dateFrom and dateTo props with undefined defaults in ShowTasks component

This commit is contained in:
kolaente 2025-05-13 21:49:42 +02:00
parent 2f671ac187
commit 0a1a67f248
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ const props = withDefaults(defineProps<{
}>(), {
showNulls: false,
showOverdue: false,
dateFrom: undefined,
dateTo: undefined,
})
const emit = defineEmits<{