mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 16:10:01 +00:00
Fixed lint errors.
This commit is contained in:
@@ -19,6 +19,8 @@ export default class ExpressionProperty extends React.Component {
|
||||
value: PropTypes.any,
|
||||
error: PropTypes.object,
|
||||
onChange: PropTypes.func,
|
||||
onUndo: PropTypes.func,
|
||||
canUndo: PropTypes.bool,
|
||||
}
|
||||
|
||||
constructor (props) {
|
||||
|
||||
Reference in New Issue
Block a user