feat: move useGanttTaskList in separate file
This commit is contained in:

committed by
kolaente

parent
c7dd20ef57
commit
7f4114b703
@ -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 = () => ({
|
||||
|
Reference in New Issue
Block a user