We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53e611 commit 6119ce8Copy full SHA for 6119ce8
src/core/plugins/oas3/components/request-body.jsx
@@ -67,7 +67,7 @@ const RequestBody = ({
67
68
const mediaTypeValue = requestBodyContent.get(contentType, OrderedMap())
69
const schemaForMediaType = mediaTypeValue.get("schema", OrderedMap())
70
- const examplesForMediaType = mediaTypeValue.get("examples", OrderedMap())
+ const examplesForMediaType = mediaTypeValue.get("examples", null)
71
72
const handleExamplesSelect = (key /*, { isSyntheticChange } */) => {
73
updateActiveExamplesKey(key)
0 commit comments