@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.js
CHANGED
|
@@ -14317,6 +14317,7 @@ var ExternalForm = function ExternalForm(_ref) {
|
|
|
14317
14317
|
var _useForm = useForm({
|
|
14318
14318
|
formId: formId,
|
|
14319
14319
|
language: language,
|
|
14320
|
+
preview: preview,
|
|
14320
14321
|
enabled: !preview
|
|
14321
14322
|
}),
|
|
14322
14323
|
_useForm$data = _useForm.data,
|