Skip to content

Commit 56226dd

Browse files
authored
Merge pull request #79 from codelikesuraj/3.x
fix: replace blade component namespace with Filament 4 version
2 parents 4f44616 + bc97171 commit 56226dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<x-filament-actions::actions
1+
<x-filament::actions
22
:attributes="\Filament\Support\prepare_inherited_attributes($attributes)"
33
:alignment="config('filament.layout.actions.modal.actions.alignment')"
44
:dark-mode="config('filament.dark_mode')"
55
>
66
{{ $slot }}
7-
</x-filament-actions::actions>
7+
</x-filament::actions>

0 commit comments

Comments
 (0)