Skip to content

Commit

Permalink
bugfix: delete execution modal was not closing when delete (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelenaCA authored Sep 27, 2024
1 parent 258d2b0 commit 2b7b4ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export default {
},
async confirmDelete() {
this.$emit('deleteExecution', this.deletedItem)
this.openConfirmationDeleteModal = false
},
async cancelDelete() {
this.openConfirmationDeleteModal = false
Expand Down

0 comments on commit 2b7b4ae

Please sign in to comment.