chore: do not set defaults for required props in RelatedTasks
This commit is contained in:
parent
93d20216e2
commit
a71b6b6ab3
|
|
@ -215,8 +215,6 @@ const props = withDefaults(defineProps<{
|
|||
}>(), {
|
||||
initialRelatedTasks: () => ({}),
|
||||
showNoRelationsNotice: false,
|
||||
projectId: 0,
|
||||
editEnabled: true, // this seems like a mistake
|
||||
})
|
||||
|
||||
const taskStore = useTaskStore()
|
||||
|
|
|
|||
Loading…
Reference in New Issue