Don't allow Try It Out in callbacks
This commit is contained in:
@@ -20,6 +20,7 @@ export default (props) => {
|
||||
key={method}
|
||||
method={method}
|
||||
path={pathItemName}
|
||||
allowTryItOut={false}
|
||||
{...props}></Operation>
|
||||
// return <pre>{JSON.stringify(operation)}</pre>
|
||||
}) }
|
||||
|
||||
Reference in New Issue
Block a user