We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484ab10 commit c2920b4Copy full SHA for c2920b4
ui/src/components/view/SearchView.vue
@@ -779,7 +779,7 @@ export default {
779
params.domainid = this.form.domainid
780
}
781
api('listAccounts', params).then(json => {
782
- var account = json.listaccountsresponse.account
+ let account = json?.listaccountsresponse?.account || []
783
if (this.form.domainid) {
784
account = account.filter(a => a.domainid === this.form.domainid)
785
0 commit comments