Skip to content

Commit 48fd8f7

Browse files
authored
Merge branch 'master' into ft/deeplinking-link-component
2 parents a41cdfd + bb54eaa commit 48fd8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/operation.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default class Operation extends PureComponent {
108108

109109
// Merge in Live Response
110110
if(responses && response && response.size > 0) {
111-
let notDocumented = !responses.get(String(response.get("status")))
111+
let notDocumented = !responses.get(String(response.get("status"))) && !responses.get("default")
112112
response = response.set("notDocumented", notDocumented)
113113
}
114114

0 commit comments

Comments
 (0)