mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 12:07:45 +01:00
Fixed lint error.
This commit is contained in:
parent
2e017d252a
commit
225e5c48e4
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class UrlInput extends React.Component {
|
|||
style: PropTypes.object,
|
||||
default: PropTypes.string,
|
||||
onChange: PropTypes.func,
|
||||
onInput: PropTypes.func,
|
||||
multi: PropTypes.bool,
|
||||
required: PropTypes.bool,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue