From 8be36604092caf8e9919c076070f68fcd3ffe87e Mon Sep 17 00:00:00 2001 From: Garion Herman Date: Mon, 18 Nov 2019 14:30:42 +1300 Subject: [PATCH] FIX Linting failure --- code/Report.php | 1 - 1 file changed, 1 deletion(-) diff --git a/code/Report.php b/code/Report.php index 5eee3d0c..5449dfeb 100644 --- a/code/Report.php +++ b/code/Report.php @@ -350,7 +350,6 @@ class Report extends ViewableData $items = $this->sourceRecords($params, null, null); $gridFieldConfig = GridFieldConfig::create()->addComponents( - new GridFieldButtonRow('before'), new GridFieldPrintButton('buttons-before-left'), new GridFieldExportButton('buttons-before-left'),