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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user