mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 08:30:02 +00:00
Fixed lint errors
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -12,6 +12,7 @@ class StringInput extends React.Component {
|
||||
multi: PropTypes.bool,
|
||||
required: PropTypes.bool,
|
||||
disabled: PropTypes.bool,
|
||||
spellCheck: PropTypes.bool,
|
||||
}
|
||||
|
||||
static defaultProps = {
|
||||
|
||||
Reference in New Issue
Block a user