Skip to content
Snippets Groups Projects
Commit 8cd96ecc authored by Kevin Rice's avatar Kevin Rice
Browse files

fixes array index issue

parent 63044fd2
No related branches found
Tags 9098
No related merge requests found
......@@ -28,6 +28,7 @@ class ConfirmCsvExportForm extends EntityConfirmFormBase {
$survey = $this->entity->id();
$options = [
'survey' => $survey,
'export_type' => 'csv',
'sent_to_bq' => FALSE,
'truncate' => FALSE,
'batch_size' => 75,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment