From 58b460d1fc831c529cb05d432c34be2d0b772482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Mon, 22 May 2023 14:55:06 +0200 Subject: [PATCH] fix(oas3): fix deep linking for Callbacks (#8691) 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 9a9eeeb4..f419421c 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)}