chore: do not set default for required prop in EditAssignees
This commit is contained in:
parent
7fe17b1eb8
commit
cd9e5bddd9
|
|
@ -53,7 +53,6 @@ const props = withDefaults(defineProps<{
|
|||
projectId: number,
|
||||
disabled?: boolean,
|
||||
}>(), {
|
||||
modelValue: () => [],
|
||||
disabled: false,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue