We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebab4f commit 357fc3eCopy full SHA for 357fc3e
ui/src/components/elements/ApiActionInfo.tsx
@@ -72,7 +72,7 @@ export default function ApiActionInfo(props: Props) {
72
<ChevronRightIcon className='inline-block w-4 h-4 ml-1' />
73
</div>
74
<div className="collapse-content p-0">
75
- {lrdDocsItem.responses.map((response) => (
+ {lrdDocsItem.responses && lrdDocsItem.responses.map((response) => (
76
<div key={shortid.generate()}>
77
<div className={`response response-${response}`}>
78
- {response} {responsesText[response]}
0 commit comments