fix(regression): model rendering for Swagger 2.0 body parameters (#4424)
* Fix model rendering for parameters * tests(e2e): add test confirming that Pet model is shown in operation
This commit is contained in:
@@ -197,7 +197,7 @@ export default class ParameterRow extends Component {
|
||||
getConfigs={ getConfigs }
|
||||
isExecute={ isExecute }
|
||||
specSelectors={ specSelectors }
|
||||
schema={ schema }
|
||||
schema={ param.get("schema") }
|
||||
example={ bodyParam }/>
|
||||
: null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user