chore: do not set default for required prop in EditLabels
This commit is contained in:
parent
edc60c7c08
commit
7fe17b1eb8
|
|
@ -68,7 +68,6 @@ const props = withDefaults(defineProps<{
|
|||
disabled?: boolean
|
||||
creatable?: boolean
|
||||
}>(), {
|
||||
modelValue: () => [],
|
||||
taskId: 0,
|
||||
disabled: false,
|
||||
creatable: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue