From b10a203ab4b8bf56e130227a05aacc264cf82339 Mon Sep 17 00:00:00 2001 From: Krzysztof Kowalczyk Date: Wed, 20 Sep 2023 08:39:27 +0200 Subject: [PATCH] feat(operation-summary): collapse after jumptopath --- src/core/components/operation-summary.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/components/operation-summary.jsx b/src/core/components/operation-summary.jsx index b4aed9c9920..e27dbd65af9 100644 --- a/src/core/components/operation-summary.jsx +++ b/src/core/components/operation-summary.jsx @@ -95,6 +95,7 @@ export default class OperationSummary extends PureComponent { }} /> } + {/* TODO: use wrapComponents here, swagger-ui doesn't care about jumpToPath */} - {/* TODO: use wrapComponents here, swagger-ui doesn't care about jumpToPath */} ) }