Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -30,8 +30,8 @@ const Input = ({ | ... | @@ -30,8 +30,8 @@ const Input = ({ |
30 | Input.propTypes = { | 30 | Input.propTypes = { |
31 | placeholder: PropTypes.string.isRequired, | 31 | placeholder: PropTypes.string.isRequired, |
32 | required: PropTypes.bool, | 32 | required: PropTypes.bool, |
33 | - value: PropTypes.string.isRequired, | 33 | + value: PropTypes.string, |
34 | - onChange: PropTypes.func.isRequired, | 34 | + onChange: PropTypes.func, |
35 | type: PropTypes.string, | 35 | type: PropTypes.string, |
36 | }; | 36 | }; |
37 | 37 | ... | ... |
-
Please register or login to post a comment