chore: do not set default for required value in PriorityLabel
This commit is contained in:
parent
3f4bf59283
commit
c71084d64a
|
|
@ -39,7 +39,6 @@ withDefaults(defineProps<{
|
|||
showAll?: boolean,
|
||||
done?: boolean
|
||||
}>(), {
|
||||
priority: priorities.UNSET,
|
||||
showAll: false,
|
||||
done: false,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue