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 97eefad commit 5f38d92Copy full SHA for 5f38d92
ui/src/views/offering/AddNetworkOffering.vue
@@ -854,7 +854,7 @@ export default {
854
params.systemvmtype = 'domainrouter'
855
this.serviceOfferingLoading = true
856
api('listServiceOfferings', params).then(json => {
857
- this.serviceOfferings = json.listserviceofferingsresponse.serviceoffering || []
+ this.serviceOfferings = json?.listserviceofferingsresponse?.serviceoffering || []
858
}).finally(() => {
859
this.serviceOfferingLoading = false
860
})
0 commit comments