mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
dom fixes
This commit is contained in:
parent
3b9a034d4c
commit
f0a3a3583b
|
@ -60,12 +60,12 @@ export class Operation extends React.Component<OperationProps> {
|
|||
<SecurityRequirements securities={operation.security} />
|
||||
<Parameters parameters={operation.parameters} body={operation.requestBody} />
|
||||
<ResponsesList responses={operation.responses} />
|
||||
</MiddlePanel>
|
||||
<DarkRightPanel>
|
||||
{!options.pathInMiddlePanel && <Endpoint operation={operation} />}
|
||||
<RequestSamples operation={operation} />
|
||||
</MiddlePanel>
|
||||
{/* <DarkRightPanel>
|
||||
{!options.pathInMiddlePanel &&
|
||||
{/* <ResponseSamples operation={operation} /> */}
|
||||
</DarkRightPanel>
|
||||
{/* </DarkRightPanel> */}
|
||||
</OperationRow>
|
||||
)}
|
||||
</OptionsContext.Consumer>
|
||||
|
|
Loading…
Reference in New Issue
Block a user