fix(oas31): fix deep linking for Webhooks and Callbacks (#8680)
Refs #8679
This commit is contained in:
@@ -26,7 +26,7 @@ const Callbacks = ({ callbacks, specPath, specSelectors, getComponent }) => {
|
||||
<OperationContainer
|
||||
key={`${callbackName}-${operationDTO.path}-${operationDTO.method}`}
|
||||
op={operationDTO.operation}
|
||||
tag=""
|
||||
tag="callbacks"
|
||||
method={operationDTO.method}
|
||||
path={operationDTO.path}
|
||||
specPath={operationDTO.specPath}
|
||||
|
||||
@@ -22,7 +22,7 @@ const Webhooks = ({ specSelectors, getComponent }) => {
|
||||
<OperationContainer
|
||||
key={`${pathItemName}-${operationDTO.method}-webhook`}
|
||||
op={operationDTO.operation}
|
||||
tag=""
|
||||
tag="webhooks"
|
||||
method={operationDTO.method}
|
||||
path={pathItemName}
|
||||
specPath={operationDTO.specPath}
|
||||
|
||||
Reference in New Issue
Block a user