@bigbinary/neeto-form-frontend 1.2.26 → 1.2.27

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.
package/dist/index.js CHANGED
@@ -27100,7 +27100,9 @@ var ExternalForm = function ExternalForm(_ref) {
27100
27100
  questions: questions,
27101
27101
  initialValues: submission === null || submission === void 0 ? void 0 : submission.responses,
27102
27102
  localValues: preserveValues ? localValues : initialValues,
27103
- fieldCodes: enablePreFilling ? getQueryParams() : {}
27103
+ fieldCodes: enablePreFilling ? getQueryParams({
27104
+ toCamelCase: false
27105
+ }) : {}
27104
27106
  })
27105
27107
  }, function (_ref5) {
27106
27108
  var isSubmitting = _ref5.isSubmitting,