Fixed lint errors.

This commit is contained in:
orangemug 2020-02-09 16:36:17 +00:00
parent 109261ba00
commit dc6006fd6d

View file

@ -19,6 +19,8 @@ export default class ExpressionProperty extends React.Component {
value: PropTypes.any,
error: PropTypes.object,
onChange: PropTypes.func,
onUndo: PropTypes.func,
canUndo: PropTypes.bool,
}
constructor (props) {