Skip to content

Commit

Permalink
Merge pull request #1847 from ResearchHub/remove-additional-file
Browse files Browse the repository at this point in the history
chore: Remove file tab
  • Loading branch information
gzurowski authored Oct 2, 2024
2 parents 56a5399 + 1417b8d commit 75f999f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 318 deletions.
315 changes: 0 additions & 315 deletions components/Paper/Tabs/FileTab.js

This file was deleted.

3 changes: 0 additions & 3 deletions config/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -1201,9 +1201,6 @@ const routes = (BASE_URL) => {
DELETE_FIGURE: ({ figureId }) => {
return BASE_URL + `figure/${figureId}/delete_figure`;
},
PAPER_FILES: ({ paperId }) => {
return BASE_URL + `paper/${paperId}/additional_file/`;
},
GATEKEEPER_CURRENT_USER: ({ type }) =>
BASE_URL + `gatekeeper/check_current_user/?type=${type}`,
GOOGLE_ANALYTICS: ({ ignorePaper, ignoreUser, manual }) => {
Expand Down

0 comments on commit 75f999f

Please sign in to comment.