Skip to content

Commit

Permalink
Update loading-section.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Aug 20, 2024
1 parent f63287d commit 35a2cad
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
:lgStart="$columnStart['lg'] ?? null"
:xlStart="$columnStart['xl'] ?? null"
:twoXlStart="$columnStart['2xl'] ?? null"
class="fi-loading-section animate-pulse"
wire:replace
class="fi-loading-section"
>
<x-filament::section style="height: {{ $height }}" />
<x-filament::section class="animate-pulse" style="height: {{ $height }}" />
</x-filament::grid.column>

0 comments on commit 35a2cad

Please sign in to comment.