Skip to content

Commit

Permalink
Fix filter in Config admin
Browse files Browse the repository at this point in the history
  • Loading branch information
DumitracheAdrian committed Apr 22, 2024
1 parent ec0981c commit 986417b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ConfigAdmin extends AbstractAdmin
protected function configureDatagridFilters(DatagridMapper $filter): void
{
$filter
->add('name');
->add('id');
}

public function configureFormFields(FormMapper $form): void
Expand Down

0 comments on commit 986417b

Please sign in to comment.