Skip to content

Commit

Permalink
Remove x-ignore from table/index.blade.php
Browse files Browse the repository at this point in the history
Fix for Livewire v3.5.13 bug that screen goes black after table action see discussion - #14901
  • Loading branch information
angus-mcritchie authored Dec 10, 2024
1 parent b6d37b0 commit 7e86564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tables/resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
@if (! $isLoaded)
wire:init="loadTable"
@endif
x-ignore
@if (FilamentView::hasSpaMode())
ax-load="visible"
@else
Expand Down

0 comments on commit 7e86564

Please sign in to comment.