ecomlab-components-next 0.1.209 → 0.1.210
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.
|
@@ -411,7 +411,7 @@ var FormBtn = exports.FormBtn = /*#__PURE__*/(0, _react.forwardRef)(function (_r
|
|
|
411
411
|
setIsModal: function setIsModal(e) {
|
|
412
412
|
return setIsModalBitrix(e);
|
|
413
413
|
},
|
|
414
|
-
inputArr:
|
|
414
|
+
inputArr: formStubData,
|
|
415
415
|
bitrixToken: formStubBitrixToken,
|
|
416
416
|
subTitle: translateFreeConsultation(),
|
|
417
417
|
urlFetch: urlFetch
|