mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 23:35:31 +00:00
Clean up OL view model
This commit is contained in:
parent
dfe17d63ba
commit
3f422dc48c
1 changed files with 1 additions and 3 deletions
|
@ -442,10 +442,8 @@ module.exports = ProjectController =
|
|||
id: project.id
|
||||
name: project.title
|
||||
lastUpdated: moment.unix(project.updated_at)
|
||||
# publicAccessLevel:
|
||||
# accessLevel:
|
||||
accessLevel: "readOnly",
|
||||
archived: project.removed || project.archived
|
||||
# owner_ref:
|
||||
isOLProject: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue