propagate specPath through parameter-row

This commit is contained in:
Josh Ponelat
2017-10-25 10:17:29 +02:00
parent e53bd3aef3
commit 009ee1d9fb

View File

@@ -133,6 +133,7 @@ export default class ParameterRow extends Component {
{
bodyParam && schema ? <ModelExample getComponent={ getComponent }
specPath={[...specPath, "schema"]}
getConfigs={ getConfigs }
isExecute={ isExecute }
specSelectors={ specSelectors }