@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.js
CHANGED
|
@@ -10962,9 +10962,9 @@ var RadioGroupField = function RadioGroupField(_ref) {
|
|
|
10962
10962
|
onChange: onChange,
|
|
10963
10963
|
error: error
|
|
10964
10964
|
});
|
|
10965
|
-
var onChangeHandler =
|
|
10965
|
+
var onChangeHandler = function onChangeHandler(e) {
|
|
10966
10966
|
controllers.onChange && controllers.onChange(e);
|
|
10967
|
-
}
|
|
10967
|
+
};
|
|
10968
10968
|
var contextValue = {
|
|
10969
10969
|
name: name,
|
|
10970
10970
|
disabled: disabled,
|