aefis-core-ui 2.1.10 → 2.1.11
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.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -17525,7 +17525,7 @@ const withEvalDisable = () => Component => {
|
|
|
17525
17525
|
|
|
17526
17526
|
// TODO: use lazyEval
|
|
17527
17527
|
return safeEval(code, formState);
|
|
17528
|
-
}, [formState.formData, formState.formContext]);
|
|
17528
|
+
}, [formState.formData, formState.formContext, props.disabled]);
|
|
17529
17529
|
return /*#__PURE__*/jsx(MemoizedComponent, _extends({}, props, {
|
|
17530
17530
|
disabled: isDisabled
|
|
17531
17531
|
}));
|