mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-12 03:56:05 +00:00
Merge pull request #621 from sharelatex/as-fix-restore
Fix bug where deleted/archived projects couldn't be restored
This commit is contained in:
commit
d83cb63c8d
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ define [
|
|||
for projectId in projectIds
|
||||
queuedHttp {
|
||||
method: "POST"
|
||||
url: "/project/#{project_id}/restore"
|
||||
url: "/project/#{projectId}/restore"
|
||||
headers:
|
||||
"X-CSRF-Token": window.csrfToken
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue