Skip to content

Commit

Permalink
Include the SMILE team's email
Browse files Browse the repository at this point in the history
  • Loading branch information
qu8n authored and ao508 committed Sep 6, 2024
1 parent 330a4d6 commit 1b958cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SamplesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const MAX_ROWS_EXPORT = 5000;
const MAX_ROWS_SCROLLED_ALERT =
"You've reached the maximum number of samples that can be displayed. Please refine your search to see more samples.";
const MAX_ROWS_EXPORT_EXCEED_ALERT =
"You can only download up to 5,000 rows of data at a time. Please refine your search and try again. If you need the full dataset, contact the SMILE team.";
"You can only download up to 5,000 rows of data at a time. Please refine your search and try again. If you need the full dataset, contact the SMILE team at cmosmile@mskcc.org";
const COST_CENTER_VALIDATION_ALERT =
"Please update your Cost Center/Fund Number input as #####/##### (5 digits, a forward slash, then 5 digits). For example: 12345/12345.";
const TEMPO_EVENT_OPTIONS = {
Expand Down

0 comments on commit 1b958cb

Please sign in to comment.