pass meta error information to JsonSchemaForm correctly (#4416)
* tests: add failing e2e tests * fix: pass meta error information to JsonSchemaForm correctly
This commit is contained in:
@@ -188,7 +188,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 }
|
||||
errors={ param.get("errors") }
|
||||
errors={ paramWithMeta.get("errors") }
|
||||
schema={ isOAS3 && isOAS3() ? param.get("schema") : param }/>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user