mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-14 17:43:29 +01:00
Fixed lint errors.
This commit is contained in:
parent
109261ba00
commit
dc6006fd6d
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ export default class ExpressionProperty extends React.Component {
|
||||||
value: PropTypes.any,
|
value: PropTypes.any,
|
||||||
error: PropTypes.object,
|
error: PropTypes.object,
|
||||||
onChange: PropTypes.func,
|
onChange: PropTypes.func,
|
||||||
|
onUndo: PropTypes.func,
|
||||||
|
canUndo: PropTypes.bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor (props) {
|
constructor (props) {
|
||||||
|
|
Loading…
Reference in a new issue