Fixed lint errors

This commit is contained in:
orangemug
2020-02-02 07:41:31 +00:00
parent 5792c632f9
commit 8ed67e98ce
16 changed files with 27 additions and 9 deletions

View File

@@ -18,6 +18,8 @@ class InputBlock extends React.Component {
style: PropTypes.object,
onChange: PropTypes.func,
fieldSpec: PropTypes.object,
wideMode: PropTypes.bool,
error: PropTypes.object,
}
constructor (props) {

View File

@@ -12,6 +12,7 @@ class StringInput extends React.Component {
multi: PropTypes.bool,
required: PropTypes.bool,
disabled: PropTypes.bool,
spellCheck: PropTypes.bool,
}
static defaultProps = {