feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
Showing only changes of commit dd98a3d972 - Show all commits

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