Skip to content

Commit

Permalink
Merge pull request #1757 from okTurtles/sebin/task/1756-prompt-modal-…
Browse files Browse the repository at this point in the history
…broken-upon-mincome-change

#1756 User marked as 'needing' even if their income is above the group's mincome
  • Loading branch information
taoeffect authored Oct 10, 2023
2 parents f60b035 + ce3aee2 commit 0ecaf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/views/containers/proposals/ProposalTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default ({
},
methods: {
close () {
this.$refs.modal.close()
this.$refs.modal.unload()
},
next () {
// TODO/BUG - we must clear formMsg (if visible) when changing steps.
Expand Down

0 comments on commit 0ecaf6b

Please sign in to comment.