Skip to content

Commit

Permalink
fix: exporting CSV can't apply pagination #17861 (#20178)
Browse files Browse the repository at this point in the history
  • Loading branch information
LahmerIlyas authored and michael-s-molina committed Aug 30, 2022
1 parent e5de090 commit 5f3301a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export default class Chart extends React.Component {
resultType: 'full',
resultFormat: 'csv',
force: true,
ownState: this.props.ownState,
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ export class ExploreChartHeader extends React.PureComponent {
...this.props.actions,
openPropertiesModal: this.openPropertiesModal,
}}
ownState={this.props.ownState}
slice={this.props.slice}
canDownloadCSV={this.props.can_download}
chartStatus={chartStatus}
Expand Down

0 comments on commit 5f3301a

Please sign in to comment.