Skip to content

Commit

Permalink
Merge pull request #2964 from nextcloud/bugfix/2951
Browse files Browse the repository at this point in the history
Fix navigating to board details
  • Loading branch information
juliusknorr authored Apr 12, 2021
2 parents c991ec5 + 5adc2b3 commit 6f8072f
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 6f8072f

Please sign in to comment.