mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:15:24 +01:00
Fixed lint errors
This commit is contained in:
parent
cff32696cc
commit
793b5d15ad
2 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,8 @@ export default class ExpressionProperty extends React.Component {
|
|||
onChange: PropTypes.func,
|
||||
onUndo: PropTypes.func,
|
||||
canUndo: PropTypes.func,
|
||||
onFocus: PropTypes.func,
|
||||
onBlur: PropTypes.func,
|
||||
}
|
||||
|
||||
static defaultProps = {
|
||||
|
|
|
@ -28,6 +28,8 @@ class JSONEditor extends React.Component {
|
|||
getValue: PropTypes.func,
|
||||
gutters: PropTypes.array,
|
||||
className: PropTypes.string,
|
||||
onFocus: PropTypes.func,
|
||||
onBlur: PropTypes.func,
|
||||
}
|
||||
|
||||
static defaultProps = {
|
||||
|
|
Loading…
Reference in a new issue