Skip to content

Commit

Permalink
Closed modal when removing challenge task (#10597)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHollidayInn committed Aug 16, 2018
1 parent 5ae8976 commit b7ca5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/client/components/tasks/brokenTaskModal.vue
Expand Up @@ -83,6 +83,7 @@ export default {
removeTask () {
if (!confirm('Are you sure you want to delete this task?')) return;
this.destroyTask(this.brokenChallengeTask);
this.close();
},
close () {
this.$store.state.brokenChallengeTask = {};
Expand Down

0 comments on commit b7ca5be

Please sign in to comment.