Skip to content

Commit

Permalink
Poll show page: fix issue #9280 - switching between polls via notfica…
Browse files Browse the repository at this point in the history
…tions does not work
  • Loading branch information
robguthrie committed Dec 8, 2022
1 parent aed0259 commit 232d9ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vue/src/components/poll/show_page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export default
created: -> @init()
watch:
'$route.params.key': 'init'
methods:
init: ->
Records.polls.findOrFetchById(@$route.params.key)
Expand Down

0 comments on commit 232d9ed

Please sign in to comment.