Skip to content

Commit

Permalink
Merge pull request #6582 from filamentphp/extra-bulk-action-attributes
Browse files Browse the repository at this point in the history
fix: Extra bulk action attributes
  • Loading branch information
danharrin committed May 22, 2023
2 parents 3c084a4 + 738dc27 commit 6031718
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:x-on:click="'mountBulkAction(\'' . $getName() . '\')'"
:icon="$getIcon()"
:color="$getColor()"
:attributes="\Filament\Support\prepare_inherited_attributes($getExtraAttributeBag())"
class="filament-tables-bulk-action"
>
{{ $getLabel() }}
Expand Down

0 comments on commit 6031718

Please sign in to comment.