Skip to content

Commit

Permalink
Update grouped.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Jan 21, 2024
1 parent e353b8c commit d88e96f
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
</x-slot>

<x-filament::button.group
class="w-max"
:attributes="
\Filament\Support\prepare_inherited_attributes($attributes)
->merge($getExtraAttributes(), escape: false)
->merge($getExtraInputAttributes(), escape: false)
">
->class(['w-max'])
"
>
@foreach ($getOptions() as $value => $label)
@php
$inputId = "{$id}-{$value}";
Expand Down

0 comments on commit d88e96f

Please sign in to comment.