@7shifts/sous-chef 3.61.2-beta0 → 3.61.2-beta1
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -11120,9 +11120,9 @@ const RadioGroupField = ({
|
|
|
11120
11120
|
onChange,
|
|
11121
11121
|
error
|
|
11122
11122
|
});
|
|
11123
|
-
const onChangeHandler =
|
|
11123
|
+
const onChangeHandler = e => {
|
|
11124
11124
|
controllers.onChange && controllers.onChange(e);
|
|
11125
|
-
}
|
|
11125
|
+
};
|
|
11126
11126
|
const contextValue = {
|
|
11127
11127
|
name,
|
|
11128
11128
|
disabled: _disabled,
|