feat: add wrapper for OpenAPI 3.1.0 version label (#9267)
Refs #9167 Refs #9264
This commit is contained in:
@@ -35,8 +35,10 @@ const Info = ({ getComponent, specSelectors }) => {
|
|||||||
<hgroup className="main">
|
<hgroup className="main">
|
||||||
<h2 className="title">
|
<h2 className="title">
|
||||||
{title}
|
{title}
|
||||||
{version && <VersionStamp version={version} />}
|
<span>
|
||||||
<OpenAPIVersion oasVersion="3.1" />
|
{version && <VersionStamp version={version} />}
|
||||||
|
<OpenAPIVersion oasVersion="3.1" />
|
||||||
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
{(host || basePath) && <InfoBasePath host={host} basePath={basePath} />}
|
{(host || basePath) && <InfoBasePath host={host} basePath={basePath} />}
|
||||||
|
|||||||
Reference in New Issue
Block a user