Skip to content

Commit

Permalink
fix: removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Aug 24, 2023
1 parent ce370b0 commit 17207a9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,6 @@
performMassAction(currentAction, currentOption = null) {
this.applied.massActions.meta.action = currentAction;
console.log(currentOption);
if (currentOption) {
this.applied.massActions.value = currentOption.value;
}
Expand Down

0 comments on commit 17207a9

Please sign in to comment.