mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 14:20:02 +00:00
Fixed lint errors.
This commit is contained in:
@@ -8,6 +8,7 @@ class NumberInput extends React.Component {
|
||||
min: PropTypes.number,
|
||||
max: PropTypes.number,
|
||||
onChange: PropTypes.func,
|
||||
required: PropTypes.bool,
|
||||
}
|
||||
|
||||
constructor(props) {
|
||||
|
||||
@@ -9,6 +9,7 @@ class StringInput extends React.Component {
|
||||
default: PropTypes.string,
|
||||
onChange: PropTypes.func,
|
||||
multi: PropTypes.bool,
|
||||
required: PropTypes.bool,
|
||||
}
|
||||
|
||||
constructor(props) {
|
||||
|
||||
Reference in New Issue
Block a user