feat: syntax highlighting of code section (#6236)
Co-authored-by: AdrieanKhisbe <adriean.khisbe@live.fr>
This commit is contained in:
@@ -191,6 +191,7 @@ export default class ParameterRow extends Component {
|
||||
let inType = param.get("in")
|
||||
let bodyParam = inType !== "body" ? null
|
||||
: <ParamBody getComponent={getComponent}
|
||||
getConfigs={ getConfigs }
|
||||
fn={fn}
|
||||
param={param}
|
||||
consumes={ specSelectors.consumesOptionsFor(pathMethod) }
|
||||
|
||||
Reference in New Issue
Block a user