Skip to content

Commit

Permalink
fix(step-payout): add calculateTokens on annualUsdSalary
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Sep 14, 2023
1 parent ffee961 commit 203215f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/proposals/create/StepPayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ export default {
}
},
annualUsdSalary: {
immediate: true,
handler () {
this.calculateTokens()
}
},
usdAmount: {
immediate: true,
handler () {
Expand Down

0 comments on commit 203215f

Please sign in to comment.