* fix: enable online validator badge since online validator badge now can handle OAS3 specs
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { OAS3ComponentWrapFactory } from "../helpers"
|
import { OAS3ComponentWrapFactory } from "../helpers"
|
||||||
|
import OnlineValidatorBadge from "core/components/online-validator-badge"
|
||||||
|
|
||||||
// We're disabling the Online Validator Badge until the online validator
|
// OAS3 spec is now supported by the online validator.
|
||||||
// can handle OAS3 specs.
|
export default OAS3ComponentWrapFactory(OnlineValidatorBadge)
|
||||||
export default OAS3ComponentWrapFactory(() => null)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user