diff --git a/src/stores/projects.ts b/src/stores/projects.ts index 63f8d2cde..98a85a4f7 100644 --- a/src/stores/projects.ts +++ b/src/stores/projects.ts @@ -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 {