diff --git a/frontend/src/components/tasks/partials/PriorityLabel.vue b/frontend/src/components/tasks/partials/PriorityLabel.vue index 894af1aa7..967f29fcf 100644 --- a/frontend/src/components/tasks/partials/PriorityLabel.vue +++ b/frontend/src/components/tasks/partials/PriorityLabel.vue @@ -39,7 +39,6 @@ withDefaults(defineProps<{ showAll?: boolean, done?: boolean }>(), { - priority: priorities.UNSET, showAll: false, done: false, })