We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
export_settings.fields
1 parent 8c3d71f commit fad6950Copy full SHA for fad6950
jsapp/js/components/projectDownloads/projectExportsCreator.es6
@@ -316,7 +316,7 @@ export default class ProjectExportsCreator extends React.Component {
316
// Select custom export toggle if not all rows are selected
317
// but only if at least one is selected
318
const customSelectionEnabled = (
319
- data.export_settings.fields.length !== 0 &&
+ data.export_settings.fields?.length &&
320
this.state.selectableRowsCount !== data.export_settings.fields.length
321
);
322
0 commit comments