Skip to content

Commit

Permalink
Remove default ActionsColumnType priority option value
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Nov 29, 2024
1 parent 9e496e5 commit 7336204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Column/Type/ActionsColumnType.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public function configureOptions(OptionsResolver $resolver): void
'export' => false,
'property_path' => false,
'actions' => [],
'priority' => -1,
])
->setNormalizer('actions', function (Options $options, mixed $value) {
($resolver = new OptionsResolver())
Expand Down

0 comments on commit 7336204

Please sign in to comment.