@superdispatch/ui 0.29.0 → 0.29.5
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-node/index.js
CHANGED
|
@@ -802,8 +802,7 @@ var CheckboxField = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
|
802
802
|
onChange: onChange,
|
|
803
803
|
control: /*#__PURE__*/jsxRuntime.jsx(core.Checkbox, _objectSpread({
|
|
804
804
|
ref: ref,
|
|
805
|
-
color: "primary"
|
|
806
|
-
disableRipple: true
|
|
805
|
+
color: "primary"
|
|
807
806
|
}, props))
|
|
808
807
|
})), helperText && /*#__PURE__*/jsxRuntime.jsx(FormHelperText, {
|
|
809
808
|
children: helperText
|