Skip to content

Commit

Permalink
fix(project-view): go online when leaving project
Browse files Browse the repository at this point in the history
  • Loading branch information
ofr1tz committed Jun 4, 2024
1 parent 4e30e98 commit c435e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ProjectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export default defineComponent({
off(getProjectRef(this.projectId))
off(getGroupsQuery(this.projectId))
off(getProjectContributionsRef(this.user.uid, this.projectId))
goOnline(db)
next()
}
},
Expand Down

0 comments on commit c435e6d

Please sign in to comment.