fix: project table view

This commit is contained in:
kolaente 2022-11-13 22:24:29 +01:00
parent b8829dfaeb
commit cf26b61f9f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

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: [],