From 35a2cadce766f39d3af5f42230c45484ab1fe1f0 Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Tue, 20 Aug 2024 13:49:39 +0100 Subject: [PATCH] Update loading-section.blade.php --- .../resources/views/components/loading-section.blade.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" > - +