fix: project table view

This commit is contained in:
kolaente 2022-11-13 22:24:29 +01:00
parent 6db913b205
commit dd98a3d972
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -252,8 +252,8 @@ const {
totalPages, totalPages,
currentPage, currentPage,
sortByParam, sortByParam,
} = taskProject } = taskList
const tasks: Ref<ITask[]> = taskProject.tasks const tasks: Ref<ITask[]> = taskList.tasks
Object.assign(params.value, { Object.assign(params.value, {
filter_by: [], filter_by: [],