mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-16 05:23:19 +01:00
fix warning since value now is optional as well as can be either string or number
This commit is contained in:
parent
fb53386ce2
commit
dc62cfc7f3
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ NumberControl.propTypes = {
|
|||
min: PropTypes.number,
|
||||
max: PropTypes.number,
|
||||
accelerator: PropTypes.number,
|
||||
value: PropTypes.number.isRequired,
|
||||
onChange: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue