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 a65b584 commit 358e77cCopy full SHA for 358e77c
ui/src/views/project/AddAccountOrUserToProject.vue
@@ -287,7 +287,7 @@ export default {
287
params.keyword = keyword
288
}
289
api('listAccounts', params).then(response => {
290
- this.accounts = this.parseAccounts(response.listaccountsresponse.account)
+ this.accounts = this.parseAccounts(response?.listaccountsresponse?.account)
291
}).catch(error => {
292
this.$notifyError(error)
293
}).finally(() => {
0 commit comments