Skip to content

Commit

Permalink
Added wire:target to ListEmail loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Germani committed Nov 1, 2024
1 parent 0ecc091 commit 55a1334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentEmailServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function bootingPackage()
{
FilamentView::registerRenderHook(
TablesRenderHook::TOOLBAR_SEARCH_BEFORE,
fn (): string => Blade::render('<x-filament::loading-indicator wire:loading class="ml-3 h-5 w-5" />'),
fn (): string => Blade::render('<x-filament::loading-indicator wire:loading wire:target="previousPage,gotoPage,nextPage" class="ml-3 h-5 w-5" />'),
scopes: ListEmails::class
);

Expand Down

0 comments on commit 55a1334

Please sign in to comment.