Skip to content

Commit

Permalink
Fix navigating to board details (fix #2951)
Browse files Browse the repository at this point in the history
Signed-off-by: Julius H盲rtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl authored and backportbot[bot] committed Apr 12, 2021
1 parent ccffe10 commit f04a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigation/AppNavigationBoard.vue
Expand Up @@ -276,7 +276,7 @@ export default {
)
},
actionDetails() {
this.$router.push({ name: 'board.details', params: { id: this.routeTo.id } })
this.$router.push({ name: 'board.details', params: { id: this.board.id } })
},
applyEdit(e) {
this.editing = false
Expand Down

0 comments on commit f04a2f6

Please sign in to comment.