@bigbinary/neeto-form-frontend 2.2.0-beta3 → 2.2.0-beta4
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 +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/index.cjs.js
CHANGED
|
@@ -14389,6 +14389,7 @@ var ExternalForm = function ExternalForm(_ref) {
|
|
|
14389
14389
|
var _useForm = useForm({
|
|
14390
14390
|
formId: formId,
|
|
14391
14391
|
language: language,
|
|
14392
|
+
preview: preview,
|
|
14392
14393
|
enabled: !preview
|
|
14393
14394
|
}),
|
|
14394
14395
|
_useForm$data = _useForm.data,
|