Skip to content

Commit

Permalink
feat: added tracking id to bulk download exportMethod (#4225)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten committed Nov 5, 2024
1 parent fd8d4aa commit ba1e4dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ export const buildExportMethodBulkDownload = (
description: "Obtain a curl command for downloading the selected data.",
route: ROUTE_BULK_DOWNLOAD,
title: "Download Study Data and Metadata (Curl Command)",
trackingId: "button-request-bulk-download",
};
};

Expand Down

0 comments on commit ba1e4dd

Please sign in to comment.