-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix using incorrect componets after upgrade to filament v3
- Loading branch information
1 parent
a79ddfc
commit 91426d1
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<x-filament-support::modal.actions | ||
<x-filament-actions::actions | ||
:attributes="\Filament\Support\prepare_inherited_attributes($attributes)" | ||
:alignment="config('filament.layout.actions.modal.actions.alignment')" | ||
:dark-mode="config('filament.dark_mode')" | ||
> | ||
{{ $slot }} | ||
</x-filament-support::modal.actions> | ||
</x-filament-actions::actions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters