diff --git a/src/Forms/GridFieldQueuedExportButtonResponse.php b/src/Forms/GridFieldQueuedExportButtonResponse.php index c8f0eb6..95708fc 100644 --- a/src/Forms/GridFieldQueuedExportButtonResponse.php +++ b/src/Forms/GridFieldQueuedExportButtonResponse.php @@ -19,7 +19,7 @@ class GridFieldQueuedExportButtonResponse extends HTTPResponse public function __construct(GridField $gridField) { $this->gridField = $gridField; - parent::__construct('', 500); + parent::__construct(); } public function getGridField()