Skip to content

Commit

Permalink
fix(request-body): fix immutable prop types validation (#8307)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jun 12, 2023
1 parent cdd0bdd commit 07a08cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/plugins/oas3/components/request-body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ RequestBody.propTypes = {
userHasEditedBody: PropTypes.bool.isRequired,
requestBody: ImPropTypes.orderedMap.isRequired,
requestBodyValue: ImPropTypes.orderedMap.isRequired,
requestBodyInclusionSetting: ImPropTypes.Map.isRequired,
requestBodyInclusionSetting: ImPropTypes.map.isRequired,
requestBodyErrors: ImPropTypes.list.isRequired,
getComponent: PropTypes.func.isRequired,
getConfigs: PropTypes.func.isRequired,
Expand Down

0 comments on commit 07a08cd

Please sign in to comment.