Skip to content

Commit

Permalink
Update contentcuration/contentcuration/frontend/channelEdit/component…
Browse files Browse the repository at this point in the history
…s/QuickEditModal/EditBooleanMapModal.vue

Co-authored-by: Alex Velez <[email protected]>
  • Loading branch information
AllanOXDi and AlexVelezLl authored Sep 17, 2024
1 parent 35dcb4a commit 140c15f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
})
);
this.$store.dispatch('showSnackbarSimple', this.confirmationMessage || '');
this.close();
this.close(this.changed);
},
},
$trs: {
Expand Down

0 comments on commit 140c15f

Please sign in to comment.