Browse Source

Merge branch 'master' into master

bubble
kyle 7 years ago
committed by GitHub
parent
commit
bc676601a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core/components/parameter-row.jsx

+ 1
- 1
src/core/components/parameter-row.jsx View File

@@ -115,7 +115,7 @@ export default class ParameterRow extends Component {
required={ required }
description={param.get("description") ? `${param.get("name")} - ${param.get("description")}` : `${param.get("name")}`}
onChange={ this.onChangeWrapper }
schema={ param }/>
schema={ isOAS3 && isOAS3() ? param.get("schema") : param }/>
}




Loading…
Cancel
Save