From aa9cf563279b0db9ea00eb43e763939acb90866a Mon Sep 17 00:00:00 2001 From: Patryk Rosiak Date: Fri, 29 Sep 2023 14:09:01 +0200 Subject: [PATCH] feat: add wrapper for OpenAPI 3.1.0 version label (#9267) Refs #9167 Refs #9264 --- src/core/plugins/oas31/components/info.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/core/plugins/oas31/components/info.jsx b/src/core/plugins/oas31/components/info.jsx index 8881f8c6..8dee52f3 100644 --- a/src/core/plugins/oas31/components/info.jsx +++ b/src/core/plugins/oas31/components/info.jsx @@ -35,8 +35,10 @@ const Info = ({ getComponent, specSelectors }) => {

{title} - {version && } - + + {version && } + +

{(host || basePath) && }