Skip to content

Commit

Permalink
refactor: remove comented code from mixin [WTEL-3606]
Browse files Browse the repository at this point in the history
  • Loading branch information
lizacoma committed Oct 27, 2023
1 parent 55cf49c commit 5159578
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
// import deleteConfirmationMixin from './deleteConfirmationMixin';

export default {
// mixins: [deleteConfirmationMixin],
methods: {
// callDelete(deleted) {
// if (this.isDeleteConfirmation) {
// this.askDeleteConfirmation({
// deleted,
// callback: this.makeDelete.bind(this, deleted),
// });
// } else this.makeDelete(deleted);
// },
deleteData(deleted) {
return this.dispatchDelete(deleted);
},
Expand Down

0 comments on commit 5159578

Please sign in to comment.