Skip to content

Commit

Permalink
Now ConfirmDelete Modal closes after confirming action
Browse files Browse the repository at this point in the history
  • Loading branch information
guillecro committed Jul 28, 2019
1 parent f5be844 commit 11cc97b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/utils/modals/ConfirmDelete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default {
},
methods: {
confirm: function(){
this.$parent.close();
this.$emit('confirm', this.resource)
}
}
Expand Down

0 comments on commit 11cc97b

Please sign in to comment.