Merge pull request #4189 from overleaf/ae-project-id

Fix id for newly-created projects in browser

GitOrigin-RevId: 75e8963163979fa11bbf581c2fcf541697346341
This commit is contained in:
Jakob Ackermann 2021-06-14 10:11:08 +02:00 committed by Copybot
parent fac4190508
commit 41f2974612

View file

@ -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