Skip to content

Commit

Permalink
Fix: #5669 online validator badge (#5909)
Browse files Browse the repository at this point in the history
* fix: enable online validator badge

since online validator badge now can handle OAS3 specs
  • Loading branch information
tim-lai authored Mar 11, 2020
1 parent be6a21a commit 10b08af
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { OAS3ComponentWrapFactory } from "../helpers"
import OnlineValidatorBadge from "core/components/online-validator-badge"

// We're disabling the Online Validator Badge until the online validator
// can handle OAS3 specs.
export default OAS3ComponentWrapFactory(() => null)
// OAS3 spec is now supported by the online validator.
export default OAS3ComponentWrapFactory(OnlineValidatorBadge)

0 comments on commit 10b08af

Please sign in to comment.