We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6a21a commit 10b08afCopy full SHA for 10b08af
src/core/plugins/oas3/wrap-components/online-validator-badge.js
@@ -1,5 +1,5 @@
1
import { OAS3ComponentWrapFactory } from "../helpers"
2
+import OnlineValidatorBadge from "core/components/online-validator-badge"
3
-// We're disabling the Online Validator Badge until the online validator
4
-// can handle OAS3 specs.
5
-export default OAS3ComponentWrapFactory(() => null)
+// OAS3 spec is now supported by the online validator.
+export default OAS3ComponentWrapFactory(OnlineValidatorBadge)
0 commit comments