@arquimedes.co/eureka-forms 1.9.44 → 1.9.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/App.js +1 -1
  2. package/package.json +1 -1
package/dist/App.js CHANGED
@@ -409,7 +409,7 @@ var mapOriginalValue = function (step, value, form) {
409
409
  if (step.hasTextEditor) {
410
410
  return calcDefaultDraftValue(value);
411
411
  }
412
- return value.value;
412
+ return value;
413
413
  }
414
414
  case StepTypes.SELECTOR: {
415
415
  var option = step.options.find(function (option) { return option.value == value; });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arquimedes.co/eureka-forms",
3
3
  "repository": "git://github.com/Arquimede5/Eureka-Forms.git",
4
- "version": "1.9.44",
4
+ "version": "1.9.45",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",