From ed5d3be7cba7992eb18a3ed1844c085cf88b3bdd Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 2 Aug 2022 13:48:03 +0200 Subject: [PATCH] chore: don't set required if there's a default value --- src/components/tasks/gantt-chart.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/tasks/gantt-chart.vue b/src/components/tasks/gantt-chart.vue index 9ed1d0e7c..e6cb66480 100644 --- a/src/components/tasks/gantt-chart.vue +++ b/src/components/tasks/gantt-chart.vue @@ -89,7 +89,6 @@ const props = defineProps({ }, showTasksWithoutDates: { type: Boolean, - required: false, default: false, }, })