Skip to content

Commit

Permalink
FIX Don't mark mocked response as an error (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jun 14, 2023
1 parent 5c8289c commit 4549433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/GridFieldQueuedExportButtonResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class GridFieldQueuedExportButtonResponse extends HTTPResponse
public function __construct(GridField $gridField)
{
$this->gridField = $gridField;
parent::__construct('', 500);
parent::__construct();
}

public function getGridField()
Expand Down

0 comments on commit 4549433

Please sign in to comment.