1
0

fix(projects): load all projects when first opening Vikunja

This commit is contained in:
kolaente
2024-03-02 13:43:04 +01:00
parent a3932a0a19
commit 89b01e86bc
5 changed files with 22 additions and 14 deletions

View File

@ -213,7 +213,7 @@ async function migrate() {
const result = await migrationFileService.migrate(migrationConfig as File)
message.value = result.message
const projectStore = useProjectStore()
return projectStore.loadProjects()
return projectStore.loadAllProjects()
}
await migrationService.migrate(migrationConfig as MigrationConfig)