Skip to content

Commit

Permalink
Merge pull request #47 from knowit/bug-progression-wheel
Browse files Browse the repository at this point in the history
Update ProgressionChart.vue
  • Loading branch information
thomasdtran authored May 8, 2023
2 parents f647d41 + c8637df commit 9428c4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/ProgressionChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ export default {
this.renderProgressionChart();
},
},
activePeriod: {
immediate: true,
handler() {
this.renderProgressionChart();
},
},
},
mounted() {
Expand Down

0 comments on commit 9428c4d

Please sign in to comment.