diff --git a/ui/src/components/header/ProjectMenu.vue b/ui/src/components/header/ProjectMenu.vue index 959d8f3bcca..f2565ab60f2 100644 --- a/ui/src/components/header/ProjectMenu.vue +++ b/ui/src/components/header/ProjectMenu.vue @@ -79,7 +79,7 @@ export default { const getNextPage = () => { this.loading = true api('listProjects', { listAll: true, details: 'min', page: page, pageSize: 500, showIcon: true }).then(json => { - if (json?.listprojectsresponse?.listprojectsresponse.project) { + if (json?.listprojectsresponse?.project) { projects.push(...json.listprojectsresponse.project) } if (projects.length < json.listprojectsresponse.count) {