We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a9c4ed + 98f5f24 commit 0201904Copy full SHA for 0201904
resources/views/components/tools/filter-pills.blade.php
@@ -3,7 +3,7 @@
3
<div {{ $attributes->merge([
4
5
'wire:loading.class' => $this->displayFilterPillsWhileLoading ? '' : 'invisible',
6
- 'x-cloak',
+ 'x-cloak' => '',
7
])
8
->class([
9
'mb-4 px-4 md:p-0' => $isTailwind,
@@ -27,4 +27,4 @@
27
@endtableloop
28
29
<x-livewire-tables::tools.filter-pills.buttons.reset-all />
30
-</div>
+</div>
0 commit comments