improvement: move operation JumpToPath (via #4760)

This commit is contained in:
geraldglynn
2018-08-08 14:10:48 -07:00
committed by kyle
parent 85cf0dccac
commit cb2fc2089c
3 changed files with 25 additions and 24 deletions

View File

@@ -53,6 +53,7 @@ export default class OperationSummary extends PureComponent {
const AuthorizeOperationBtn = getComponent("authorizeOperationBtn")
const OperationSummaryMethod = getComponent("OperationSummaryMethod")
const OperationSummaryPath = getComponent("OperationSummaryPath")
const JumpToPath = getComponent("JumpToPath", true)
return (
@@ -78,6 +79,7 @@ export default class OperationSummary extends PureComponent {
}}
/>
}
<JumpToPath path={specPath} />{/* TODO: use wrapComponents here, swagger-ui doesn't care about jumpToPath */}
</div>
)