mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 06:20:29 +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,
|
default: PropTypes.array,
|
||||||
onChange: PropTypes.func,
|
onChange: PropTypes.func,
|
||||||
style: PropTypes.object,
|
style: PropTypes.object,
|
||||||
|
fieldSpec: PropTypes.object,
|
||||||
}
|
}
|
||||||
|
|
||||||
changeValue(idx, newValue) {
|
changeValue(idx, newValue) {
|
||||||
|
|
Loading…
Reference in a new issue