shwstppr edited a comment on pull request #5063:
URL: https://github.com/apache/cloudstack/pull/5063#issuecomment-852363012
@blueorangutan ui
@rhtyd @utchoang @Pearl1594 Following code block is used in many forms
(almost all) and when API is not accessible it will create an issue with
`forEach` loop on params. Should we refactor this code-wide
```
this.apiConfig = this.$store.getters.apis.API || {}
this.apiConfig.params.forEach(param => {
this.apiParams[param.name] = param
})
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]