shwstppr commented on a change in pull request #5063:
URL: https://github.com/apache/cloudstack/pull/5063#discussion_r643679371
##########
File path: ui/src/views/iam/AddUser.vue
##########
@@ -225,7 +227,7 @@ export default {
this.apiConfig.params.forEach(param => {
this.apiParams[param.name] = param
})
- this.apiConfig = this.$store.getters.apis.authorizeSamlSso || {}
+ this.apiConfig = this.$store.getters.apis.authorizeSamlSso || { params: []
}
Review comment:
**This change can be removed if #5064 is accepted**
--
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]