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 e9aa784739 - Show all commits

View File

@ -140,7 +140,7 @@ watch(
const project = new ProjectModel(projectData)
try {
const loadedProject = await projectService.value.get(project)
await baseStore.handleSetCurrentProject({project: loadedProject})
baseStore.handleSetCurrentProject({project: loadedProject})
} finally {
loadedProjectId.value = props.projectId
}