Skip to content

Commit

Permalink
Merge branch '6' into 7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 24, 2024
2 parents 19767cf + fa8f798 commit 5cbe51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/UserForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public function getSubmissionsGridField()
$config->addComponent(new BulkManager);
}

Deprecation::withNoReplacement(function () use ($sort, $filter, $pagination) {
Deprecation::withSuppressedNotice(function () use ($sort, $filter, $pagination) {
$sort->setThrowExceptionOnBadDataType(false);
$filter->setThrowExceptionOnBadDataType(false);
$pagination->setThrowExceptionOnBadDataType(false);
Expand Down

0 comments on commit 5cbe51b

Please sign in to comment.