diff --git a/src/components/tasks/GanttChart.vue b/src/components/tasks/GanttChart.vue index 1671aaddf4..cbe9f921e3 100644 --- a/src/components/tasks/GanttChart.vue +++ b/src/components/tasks/GanttChart.vue @@ -83,6 +83,8 @@ const emit = defineEmits<{ const {tasks, filters} = toRefs(props) // setup dayjs for vue-ganttastic +const dayjsLanguageLoading = ref(false) +// const dayjsLanguageLoading = useDayjsLanguageSync(dayjs) dayjs.extend(isToday) extendDayjs()