fix(oas3): fix deep linking for Callbacks (#8691)

Refs #8556
This commit is contained in:
Vladimír Gorej
2023-05-22 14:55:06 +02:00
committed by GitHub
parent 7ac9a8f070
commit 58b460d1fc

View File

@@ -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)}