From fcc97dcf68293408910b1dd94c76ca167f6905a1 Mon Sep 17 00:00:00 2001 From: Jade Geels Date: Mon, 8 Jun 2026 14:11:33 +0200 Subject: [PATCH] Fix button without loader --- resources/views/components/button/tag.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/button/tag.blade.php b/resources/views/components/button/tag.blade.php index 6d99a8a38..29f57cff1 100644 --- a/resources/views/components/button/tag.blade.php +++ b/resources/views/components/button/tag.blade.php @@ -7,7 +7,7 @@ merge([ ':disabled' => $attributes->has('href') || $attributes->has(':href') || !$disableWhenLoading ? null : '$root.loading', ]) }}