Skip to content

Commit 11cc97b

Browse files
committed
Now ConfirmDelete Modal closes after confirming action
1 parent f5be844 commit 11cc97b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/utils/modals/ConfirmDelete.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default {
2828
},
2929
methods: {
3030
confirm: function(){
31+
this.$parent.close();
3132
this.$emit('confirm', this.resource)
3233
}
3334
}

0 commit comments

Comments
 (0)