mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
parent
15dfe44d4e
commit
ba22b1e352
|
@ -21,7 +21,7 @@ export class ResponseHeaders extends React.PureComponent<ResponseHeadersProps> {
|
||||||
<HeadersCaption> Response Headers </HeadersCaption>
|
<HeadersCaption> Response Headers </HeadersCaption>
|
||||||
<tbody>
|
<tbody>
|
||||||
{mapWithLast(headers, (header, isLast) => (
|
{mapWithLast(headers, (header, isLast) => (
|
||||||
<Field isLast={isLast} key={header.name} field={header} />
|
<Field isLast={isLast} key={header.name} field={header} showExamples={true} />
|
||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
</PropertiesTable>
|
</PropertiesTable>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user