From a0fa831ca90f19c3623db93b2852e4856c611863 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 22 May 2023 14:49:46 +0200 Subject: [PATCH] fix(oas3): fix deep linking for Callbacks Refs #8556 --- src/core/plugins/oas3/components/callbacks.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/plugins/oas3/components/callbacks.jsx b/src/core/plugins/oas3/components/callbacks.jsx index 9a9eeeb4eb5..f419421c000 100644 --- a/src/core/plugins/oas3/components/callbacks.jsx +++ b/src/core/plugins/oas3/components/callbacks.jsx @@ -31,7 +31,7 @@ const Callbacks = (props) => { {...props} op={op} key={method} - tag={""} + tag="callbacks" method={method} path={pathItemName} specPath={specPath.push(callbackName, pathItemName, method)}