chore: do not set default for required value in PriorityLabel

This commit is contained in:
kolaente 2025-05-13 21:39:40 +02:00
parent 3f4bf59283
commit c71084d64a
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ withDefaults(defineProps<{
showAll?: boolean,
done?: boolean
}>(), {
priority: priorities.UNSET,
showAll: false,
done: false,
})