Skip to content

Commit

Permalink
FIO-4942: fixed email submission: Custom PDF File Name is not respect…
Browse files Browse the repository at this point in the history
…ed (formio#4683)
  • Loading branch information
AlexanderLihodievskiy authored Apr 27, 2022
1 parent 4169fdb commit 45ed434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/Evaluator.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const Evaluator = {
break;
}
}
if (_options.data) {
_.set(_options.data, path, value);
if (options.data) {
_.set(options.data, path, value);
}
return value;
});
Expand Down

0 comments on commit 45ed434

Please sign in to comment.