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.
2 parents 7f19d79 + 4320118 commit bb54eaaCopy full SHA for bb54eaa
src/core/components/operation.jsx
@@ -107,7 +107,7 @@ export default class Operation extends PureComponent {
107
108
// Merge in Live Response
109
if(responses && response && response.size > 0) {
110
- let notDocumented = !responses.get(String(response.get("status")))
+ let notDocumented = !responses.get(String(response.get("status"))) && !responses.get("default")
111
response = response.set("notDocumented", notDocumented)
112
}
113
0 commit comments