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