Skip to content
Snippets Groups Projects

Fix: problems with polls state

Merged Shpuld Shpludson requested to merge fix/not-all-polls-showing-up into develop
2 files
+ 2
9
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,7 +13,7 @@ export default {
},
created () {
if (!this.$store.state.polls.pollsObject[this.pollId]) {
this.$store.dispatch('mergeOrAddPoll', this.pollId)
this.$store.dispatch('mergeOrAddPoll', this.basePoll)
}
this.$store.dispatch('trackPoll', this.pollId)
},
Loading