Skip to content

Commit

Permalink
fix(oas3): fix deep linking for Callbacks (#8691)
Browse files Browse the repository at this point in the history
Refs #8556
  • Loading branch information
char0n authored May 22, 2023
1 parent 7ac9a8f commit 58b460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/plugins/oas3/components/callbacks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 58b460d

Please sign in to comment.