chore: add dateFrom and dateTo props with undefined defaults in ShowTasks component
This commit is contained in:
parent
2f671ac187
commit
0a1a67f248
|
|
@ -96,6 +96,8 @@ const props = withDefaults(defineProps<{
|
|||
}>(), {
|
||||
showNulls: false,
|
||||
showOverdue: false,
|
||||
dateFrom: undefined,
|
||||
dateTo: undefined,
|
||||
})
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
|
|
|||
Loading…
Reference in New Issue