Commit cb4c83c7 by Sarah Fischmann

remove CheckBox.propTypes

parent c913e080
......@@ -54,9 +54,4 @@ Check.defaultProps = {
const CheckBox = asInput(Check, false);
CheckBox.propTypes = {
...CheckBox.propTypes,
...Check.propTypes,
};
export default CheckBox;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment