chore: do not set default for required value in Attachments

This commit is contained in:
kolaente 2025-05-13 21:42:46 +02:00
parent b6435ad23f
commit 80a54ecb82
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ import FilePreview from '@/components/tasks/partials/FilePreview.vue'
const props = withDefaults(defineProps<{
task: ITask,
editEnabled: boolean,
editEnabled?: boolean,
}>(), {
editEnabled: true,
})