未验证 提交 e20d4255 编写于 作者: H Helen Kosova 提交者: GitHub

improvement: `showCommonExtensions` support for OAS3 parameters (#5901)

Co-authored-by: Nkyle shockey <kyleshockey@gmail.com>
上级 67f9f8e1
......@@ -220,7 +220,7 @@ export default class ParameterRow extends Component {
let itemType = schema.getIn(["items", "type"])
let value = paramWithMeta ? paramWithMeta.get("value") : ""
let commonExt = showCommonExtensions ? getCommonExtensions(param) : null
let commonExt = showCommonExtensions ? getCommonExtensions(schema) : null
let extensions = showExtensions ? getExtensions(param) : null
let paramItems // undefined
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册