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
juliusknorr committed Apr 12, 2021
1 parent c991ec5 commit 5adc2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigation/AppNavigationBoard.vue
Original file line number Diff line number Diff line change
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 5adc2b3

Please sign in to comment.