fix: setLoading when updating a project

This commit is contained in:
kolaente 2023-01-17 22:52:48 +01:00
parent a058b39aba
commit 7bb39ee088
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

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 {