Don't allow Try It Out in callbacks

This commit is contained in:
Kyle Shockey
2017-06-27 21:42:59 -07:00
parent b1956d0b46
commit 6e301aaa80

View File

@@ -20,6 +20,7 @@ export default (props) => {
key={method}
method={method}
path={pathItemName}
allowTryItOut={false}
{...props}></Operation>
// return <pre>{JSON.stringify(operation)}</pre>
}) }