Fixed lint errors.

This commit is contained in:
orangemug 2019-10-19 12:21:38 +01:00
parent 9743361e0d
commit affeb7c751
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ class NumberInput extends React.Component {
min: PropTypes.number,
max: PropTypes.number,
onChange: PropTypes.func,
required: PropTypes.bool,
}
constructor(props) {

View file

@ -9,6 +9,7 @@ class StringInput extends React.Component {
default: PropTypes.string,
onChange: PropTypes.func,
multi: PropTypes.bool,
required: PropTypes.bool,
}
constructor(props) {