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 d6ed4ea commit 9d14373Copy full SHA for 9d14373
dev-portal/src/services/state.js
@@ -81,7 +81,7 @@ function createApiList({apiGateway, generic}) {
81
}
82
83
function fetchApiImage() {
84
- store.apiList.forEach(api => {
+ store.apiList.apiGateway.forEach(api => {
85
let specificLogo = `/custom-content/api-logos/${api.id}_${api.stage}.png`
86
87
// fetch automatically follows redirects; setting redirect to `manual` prevents this
0 commit comments