@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.cjs.js +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -27138,7 +27138,9 @@ var ExternalForm = function ExternalForm(_ref) {
|
|
|
27138
27138
|
questions: questions,
|
|
27139
27139
|
initialValues: submission === null || submission === void 0 ? void 0 : submission.responses,
|
|
27140
27140
|
localValues: preserveValues ? localValues : initialValues,
|
|
27141
|
-
fieldCodes: enablePreFilling ? utils.getQueryParams(
|
|
27141
|
+
fieldCodes: enablePreFilling ? utils.getQueryParams({
|
|
27142
|
+
toCamelCase: false
|
|
27143
|
+
}) : {}
|
|
27142
27144
|
})
|
|
27143
27145
|
}, function (_ref5) {
|
|
27144
27146
|
var isSubmitting = _ref5.isSubmitting,
|