mirror of
https://github.com/maputnik/editor.git
synced 2026-06-21 22:57:26 +00:00
Fixed lint error.
This commit is contained in:
@@ -38,6 +38,7 @@ class UrlInput extends React.Component {
|
|||||||
style: PropTypes.object,
|
style: PropTypes.object,
|
||||||
default: PropTypes.string,
|
default: PropTypes.string,
|
||||||
onChange: PropTypes.func,
|
onChange: PropTypes.func,
|
||||||
|
onInput: PropTypes.func,
|
||||||
multi: PropTypes.bool,
|
multi: PropTypes.bool,
|
||||||
required: PropTypes.bool,
|
required: PropTypes.bool,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user