Skip to content

Commit

Permalink
Add error log for debugging on dev6
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbrown committed Sep 12, 2024
1 parent c196690 commit ed83bed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const DownloadResultsCsvModal = ({
const csvResults = parseDataForCSV(data.resultsPage.content);
setResults(csvResults);
} catch (e) {
console.error(e);
showError("Error creating results file to download");
}
} else {
Expand Down

0 comments on commit ed83bed

Please sign in to comment.