indicator-ui 0.0.105 → 0.0.106
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8752,7 +8752,7 @@ function FormBuilder({ schema, formDataDefault, onChange, onChangeIsError, input
|
|
|
8752
8752
|
removePrivateRefStoreValue(_consts__WEBPACK_IMPORTED_MODULE_4__.KEY_WAY_STORE_NAME);
|
|
8753
8753
|
(0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(() => {
|
|
8754
8754
|
if (formDataDefaultListener !== undefined) {
|
|
8755
|
-
setFormData(formDataDefaultListener);
|
|
8755
|
+
setFormData({ ...formDataDefaultListener });
|
|
8756
8756
|
}
|
|
8757
8757
|
}, [formDataDefaultListener]);
|
|
8758
8758
|
(0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(() => {
|