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

@ -122,7 +122,7 @@ const labelStore = useLabelStore()
labelStore.loadAllLabels()
const projectStore = useProjectStore()
projectStore.loadProjects()
projectStore.loadAllProjects()
</script>
<style lang="scss" scoped>