add force condition for exporting csv (#18911)

This commit is contained in:
Hugh A. Miles II 2022-02-24 09:24:33 -08:00 committed by GitHub
parent 5752372dd2
commit 94e245d5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,6 +274,7 @@ export default class Chart extends React.Component {
: this.props.formData,
resultType: 'full',
resultFormat: 'csv',
force: true,
});
}