Переглянути джерело

Merge branch 'master' into master

bubble
kyle 7 роки тому
committed by GitHub
джерело
коміт
bc676601a8
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/core/components/parameter-row.jsx

+ 1
- 1
src/core/components/parameter-row.jsx Переглянути файл

@@ -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 }/>
}




Завантаження…
Відмінити
Зберегти