chore: do not set default for required prop in EditLabels

This commit is contained in:
kolaente 2025-05-13 21:44:04 +02:00
parent edc60c7c08
commit 7fe17b1eb8
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ const props = withDefaults(defineProps<{
disabled?: boolean
creatable?: boolean
}>(), {
modelValue: () => [],
taskId: 0,
disabled: false,
creatable: true,