mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 16:01:15 +01:00
Fixed lint errors.
This commit is contained in:
parent
8d1cc340b8
commit
1c83de08c1
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class DynamicArrayInput extends React.Component {
|
|||
default: PropTypes.array,
|
||||
onChange: PropTypes.func,
|
||||
style: PropTypes.object,
|
||||
fieldSpec: PropTypes.object,
|
||||
}
|
||||
|
||||
changeValue(idx, newValue) {
|
||||
|
|
Loading…
Reference in a new issue