mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
Merge branch 'discriminator-dropdown-bug' of https://github.com/fabianvo/redoc into discriminator-dropdown-bug
This commit is contained in:
commit
cae66a62da
|
@ -26,7 +26,6 @@ export class MediaTypeSamples extends React.Component<PayloadSamplesProps, Media
|
|||
};
|
||||
render() {
|
||||
const { activeIdx } = this.state;
|
||||
console.log(this.props);
|
||||
const examples = this.props.mediaType.examples || {};
|
||||
const mimeType = this.props.mediaType.name;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user