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 1 additions and 1 deletions
Showing only changes of commit 7bb39ee088 - Show all commits

View File

@ -110,7 +110,7 @@ export const useProjectStore = defineStore('project', () => {
}
async function updateProject(project: IProject) {
const cancel = setModuleLoading(this, setIsLoading)
const cancel = setModuleLoading(setIsLoading)
const projectService = new ProjectService()
try {