diff --git a/frontend/src/components/tasks/partials/EditLabels.vue b/frontend/src/components/tasks/partials/EditLabels.vue index 7b139b588..d4b180286 100644 --- a/frontend/src/components/tasks/partials/EditLabels.vue +++ b/frontend/src/components/tasks/partials/EditLabels.vue @@ -68,7 +68,6 @@ const props = withDefaults(defineProps<{ disabled?: boolean creatable?: boolean }>(), { - modelValue: () => [], taskId: 0, disabled: false, creatable: true,