chore: do not set defaults for required props in RelatedTasks

This commit is contained in:
kolaente 2025-05-13 21:45:58 +02:00
parent 93d20216e2
commit a71b6b6ab3
1 changed files with 0 additions and 2 deletions

View File

@ -215,8 +215,6 @@ const props = withDefaults(defineProps<{
}>(), {
initialRelatedTasks: () => ({}),
showNoRelationsNotice: false,
projectId: 0,
editEnabled: true, // this seems like a mistake
})
const taskStore = useTaskStore()