From c2b63ab4d74223e638523fd56d90ea7066197a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Thu, 18 Apr 2024 10:55:09 +0200 Subject: [PATCH] style(request-snippets): change name of active tab class (#9839) Refs https://github.com/swagger-api/swagger-ui/pull/9826 --- src/core/plugins/request-snippets/request-snippets.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/plugins/request-snippets/request-snippets.jsx b/src/core/plugins/request-snippets/request-snippets.jsx index 6ce78ea6..3fbb127a 100644 --- a/src/core/plugins/request-snippets/request-snippets.jsx +++ b/src/core/plugins/request-snippets/request-snippets.jsx @@ -120,7 +120,7 @@ const RequestSnippets = ({ request, requestSnippetsSelectors, getComponent }) => snippetGenerators.entrySeq().map(([key, gen]) => { return (
handleGenChange(key)}