Merge remote-tracking branch 'origin/4.17'

This commit is contained in:
Rohit Yadav 2022-08-30 12:52:59 +02:00
commit 201f06697d

View File

@ -1433,6 +1433,7 @@ export default {
params.id = this.networkId params.id = this.networkId
apiName = 'listNetworks' apiName = 'listNetworks'
} }
if (!apiName) return resolve(zones)
api(apiName, params).then(json => { api(apiName, params).then(json => {
let objectName let objectName