diff --git a/app/Jobs/RunReport.php b/app/Jobs/RunReport.php index 333b142d02bf..784760821f73 100644 --- a/app/Jobs/RunReport.php +++ b/app/Jobs/RunReport.php @@ -31,6 +31,8 @@ class RunReport extends Job $reportType = $this->reportType; $config = $this->config; + $config['subgroup'] = false; // don't yet support charts in export + $isExport = $this->isExport; $reportClass = '\\App\\Ninja\\Reports\\' . Str::studly($reportType) . 'Report';