Skip to content

Commit

Permalink
use full results as csv type
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Oct 23, 2021
1 parent bedb8f4 commit f0c9c05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const ExploreActionButtons = (props: ExploreActionButtonsProps) => {
const doExportCSV = canDownloadCSV
? exportChart.bind(this, {
formData: latestQueryFormData,
resultType: 'results',
resultType: 'full',
resultFormat: 'csv',
})
: null;
Expand Down

0 comments on commit f0c9c05

Please sign in to comment.