From f3bb23cf147632b46dc230a4f239c3e41c21841f 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 9ed1d0e7..e6cb6648 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, }, })