Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #621 from sharelatex/as-fix-restore
Browse files Browse the repository at this point in the history
Fix bug where deleted/archived projects couldn't be restored
  • Loading branch information
40thieves authored Jun 4, 2018
2 parents 295bb31 + 2dc532e commit 52c7685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/coffee/main/project-list/project-list.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 52c7685

Please sign in to comment.