diff --git a/packages/support/resources/views/components/loading-section.blade.php b/packages/support/resources/views/components/loading-section.blade.php index 596f869768..68fbdc5d92 100644 --- a/packages/support/resources/views/components/loading-section.blade.php +++ b/packages/support/resources/views/components/loading-section.blade.php @@ -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" > - +