mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Remove not required prop
This commit is contained in:
parent
433baae5ba
commit
e4387739a5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const InputGroup = props => (
|
|||
InputGroup.propTypes = {
|
||||
children: PropTypes.node.isRequired,
|
||||
className: PropTypes.string,
|
||||
disabled: PropTypes.bool.isRequired
|
||||
disabled: PropTypes.bool
|
||||
};
|
||||
|
||||
export default InputGroup;
|
||||
|
|
Loading…
Reference in a new issue