diff --git a/services/web/frontend/js/main/project-list/project-list.js b/services/web/frontend/js/main/project-list/project-list.js index 8279627808..83a23c07e2 100644 --- a/services/web/frontend/js/main/project-list/project-list.js +++ b/services/web/frontend/js/main/project-list/project-list.js @@ -444,7 +444,7 @@ App.controller('ProjectPageController', function ( const { data } = response $scope.projects.push({ name, - _id: data.project_id, + id: data.project_id, accessLevel: 'owner', owner: data.owner, // TODO: Check access level if correct after adding it in