Fixed lint errors.

This commit is contained in:
orangemug 2019-10-12 12:08:25 +01:00
parent 8d1cc340b8
commit 1c83de08c1

View file

@ -16,6 +16,7 @@ class DynamicArrayInput extends React.Component {
default: PropTypes.array,
onChange: PropTypes.func,
style: PropTypes.object,
fieldSpec: PropTypes.object,
}
changeValue(idx, newValue) {