Skip to content

Commit

Permalink
use full results as csv type (apache#17194)
Browse files Browse the repository at this point in the history
(cherry picked from commit 08aab3b)
  • Loading branch information
eschutho authored and sadpandajoe committed Oct 25, 2021
1 parent f7e52da commit 3955870
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 3955870

Please sign in to comment.