fix(lint): upcoming eslint@8 reported errors (#8105)
* fix: duplicate propTypes * chore(lint): fix extra semicolon
This commit is contained in:
@@ -13,12 +13,12 @@ export default class RequestBodyEditor extends PureComponent {
|
||||
value: PropTypes.string,
|
||||
defaultValue: PropTypes.string,
|
||||
errors: PropTypes.array,
|
||||
};
|
||||
}
|
||||
|
||||
static defaultProps = {
|
||||
onChange: NOOP,
|
||||
userHasEditedBody: false,
|
||||
};
|
||||
}
|
||||
|
||||
constructor(props, context) {
|
||||
super(props, context)
|
||||
|
||||
Reference in New Issue
Block a user