Disable Try-It-Out button in OAS3

CC: #3436
This commit is contained in:
Kyle Shockey
2017-07-25 21:55:32 -07:00
parent c7020d9d37
commit 8bbe706918
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
import React from "react"
import { OAS3ComponentWrapFactory } from "../helpers"
export default OAS3ComponentWrapFactory(() => {
return null
})