@arquimedes.co/eureka-forms 1.5.1-test → 1.5.2-test

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
@@ -301,7 +301,7 @@ var migrateFormData = function (form) {
301
301
  }
302
302
  }
303
303
  if (form.style === undefined) {
304
- form.style = InternalFormStyle;
304
+ newForm.style = InternalFormStyle;
305
305
  }
306
306
  return newForm;
307
307
  };
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.5.1-test",
4
+ "version":"1.5.2-test",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",