feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit dd98a3d972 - Show all commits

View File

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