feat: replace our home-grown gantt implementation with ganttastic #2180

Merged
konrad merged 78 commits from feature/ganttastic into main 2022-10-27 16:03:27 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit ed5d3be7cb - Show all commits

View File

@ -89,7 +89,6 @@ const props = defineProps({
},
showTasksWithoutDates: {
konrad marked this conversation as resolved Outdated

picky: If you use a default value there is no need to define required

picky: If you use a default value there is no need to define `required`

Done.

Done.
type: Boolean,
required: false,
default: false,
},
})