Skip to content

Commit

Permalink
SCRUM-3649 add back download button
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgibs committed Mar 7, 2024
1 parent adb6f83 commit fa58a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/diseasePage/DiseaseToGeneTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ const DiseaseToGeneTable = ({ id }) => {
{...tableProps}
columns={columns}
data={rows}
downloadUrl={`/api/disease/${id}/genes/download`}
keyField='primaryKey'
sortOptions={sortOptions}
/>
Expand Down

0 comments on commit fa58a7c

Please sign in to comment.