Skip to content

Commit

Permalink
add force condition for exporting csv
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Feb 24, 2022
1 parent 7345795 commit 3ba2eee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ export default class Chart extends React.Component {
: this.props.formData,
resultType: 'full',
resultFormat: 'csv',
force: true,
});
}

Expand Down

0 comments on commit 3ba2eee

Please sign in to comment.