DaanHoogland commented on a change in pull request #853: URL: https://github.com/apache/cloudstack-primate/pull/853#discussion_r519741714
########## File path: src/views/iam/AddLdapAccount.vue ########## @@ -283,7 +283,7 @@ export default { params.domainid = store.getters.userInfo.domainid if (domain) { const result = this.listDomains.filter(item => item.name === domain) - if (result) { + if (result.length > 0) { Review comment: how about result == None? ---------------------------------------------------------------- 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: us...@infra.apache.org