We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/app/gateways/components/GatewayDataplanePolicyList.vue at line 118:32
for (const route of host.routes) {
Looks to to be around here ^
From what I understand this originates from an issue in the backend, where this property should be at least an empty array.
The text was updated successfully, but these errors were encountered:
Triage: it's inspect API. Check all nested lists
Sorry, something went wrong.
fix(api-server): always remove empty array in inspect gw api
5fb4589
Fix kumahq#8107 Signed-off-by: Charly Molter <[email protected]>
fix(api-server): always remove empty array in inspect gw api (#8209)
888e468
Fix #8107 Signed-off-by: Charly Molter <[email protected]>
Successfully merging a pull request may close this issue.
What happened?
src/app/gateways/components/GatewayDataplanePolicyList.vue at line 118:32
Looks to to be around here ^
From what I understand this originates from an issue in the backend, where this property should be at least an empty array.
The text was updated successfully, but these errors were encountered: