Skip to content

Commit 5f38d92

Browse files
apply bernado's suggestion
Co-authored-by: Bernardo De Marco Gonçalves <[email protected]>
1 parent 97eefad commit 5f38d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/offering/AddNetworkOffering.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ export default {
854854
params.systemvmtype = 'domainrouter'
855855
this.serviceOfferingLoading = true
856856
api('listServiceOfferings', params).then(json => {
857-
this.serviceOfferings = json.listserviceofferingsresponse.serviceoffering || []
857+
this.serviceOfferings = json?.listserviceofferingsresponse?.serviceoffering || []
858858
}).finally(() => {
859859
this.serviceOfferingLoading = false
860860
})

0 commit comments

Comments
 (0)