mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 02:46:55 +00:00
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:
parent
fac4190508
commit
41f2974612
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue