Assign unique isShownKey values to Callback operation displays
CC: #3462
This commit is contained in:
@@ -19,6 +19,7 @@ export default (props) => {
|
|||||||
operation={operation}
|
operation={operation}
|
||||||
key={method}
|
key={method}
|
||||||
method={method}
|
method={method}
|
||||||
|
isShownKey={"callbacks", operation.get("id"), callbackName}
|
||||||
path={pathItemName}
|
path={pathItemName}
|
||||||
allowTryItOut={false}
|
allowTryItOut={false}
|
||||||
{...props}></Operation>
|
{...props}></Operation>
|
||||||
|
|||||||
Reference in New Issue
Block a user