From c2c6ba60b156a675d59b376391ef9d6b6b30bf1d Mon Sep 17 00:00:00 2001 From: Krzysztof Kowalczyk Date: Fri, 22 Sep 2023 12:07:24 +0200 Subject: [PATCH] feat(operation-summary): move JumpToPath component after collapse/expand icons (#9230) The goal if to have collapse/expand icon always in the extreme right possition. Refs #9111 --- 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 b4aed9c9..e27dbd65 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 */} ) }