Skip to content

Commit 10b08af

Browse files
authored
Fix: #5669 online validator badge (#5909)
* fix: enable online validator badge since online validator badge now can handle OAS3 specs
1 parent be6a21a commit 10b08af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { OAS3ComponentWrapFactory } from "../helpers"
2+
import OnlineValidatorBadge from "core/components/online-validator-badge"
23

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

0 commit comments

Comments
 (0)