Fixed lint errors.

This commit is contained in:
orangemug
2020-02-16 21:30:27 +00:00
parent ff8a8fb749
commit 94089836bf
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ export default class DataProperty extends React.Component {
onDeleteStop: PropTypes.func,
onAddStop: PropTypes.func,
fieldName: PropTypes.string,
fieldType: PropTypes.string,
fieldSpec: PropTypes.object,
value: PropTypes.oneOfType([
PropTypes.object,