chore: do not set default for required prop in EditAssignees

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

View File

@ -53,7 +53,6 @@ const props = withDefaults(defineProps<{
projectId: number,
disabled?: boolean,
}>(), {
modelValue: () => [],
disabled: false,
})