Skip to content

Commit

Permalink
Action bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raathigesh committed Oct 26, 2017
1 parent c4f2728 commit a57d837
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function Action({
onClick={() => {
executeAction(
tracker.id,
tracker.actions[tracker.selectedActionIndex].name,
action.name,
eval(tracker.actionArguments)
);
}}
Expand Down

0 comments on commit a57d837

Please sign in to comment.