Merge branch 'master' into ft/deeplinking-link-component

This commit is contained in:
kyle
2017-12-15 17:05:22 -08:00
committed by GitHub

View File

@@ -108,7 +108,7 @@ export default class Operation extends PureComponent {
// Merge in Live Response // Merge in Live Response
if(responses && response && response.size > 0) { if(responses && response && response.size > 0) {
let notDocumented = !responses.get(String(response.get("status"))) let notDocumented = !responses.get(String(response.get("status"))) && !responses.get("default")
response = response.set("notDocumented", notDocumented) response = response.set("notDocumented", notDocumented)
} }