Skip to content

Commit

Permalink
bug-fix for closing modal reacting too slowly
Browse files Browse the repository at this point in the history
  • Loading branch information
SebinSong committed Oct 10, 2023
1 parent f60b035 commit ce3aee2
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 ce3aee2

Please sign in to comment.