Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Apr 10, 2024
1 parent 84dada8 commit 11cf64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Datagrid/Datagrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ private function buildForm(): FormInterface
}

foreach ($this->getFilters() as $filter) {
// NEXT_MAJOR: Keep the if part.
if (method_exists($filter, 'getFormOptions')) {
$type = FilterDataType::class;

Expand Down

0 comments on commit 11cf64f

Please sign in to comment.