1
0

feat: move useGanttTaskList in separate file

This commit is contained in:
Dominik Pschenitschni
2022-10-18 16:26:35 +02:00
committed by kolaente
parent c7dd20ef57
commit 7f4114b703
7 changed files with 134 additions and 94 deletions

View File

@ -2,7 +2,7 @@ import {ref, shallowReactive, watch, computed} from 'vue'
import {useRoute} from 'vue-router'
import TaskCollectionService from '@/services/taskCollection'
import type { ITask } from '@/modelTypes/ITask'
import type {ITask} from '@/modelTypes/ITask'
// FIXME: merge with DEFAULT_PARAMS in filters.vue
export const getDefaultParams = () => ({