Skip to content

Commit ae6c941

Browse files
authored
Remove Duplicate Item
1 parent d4f62e8 commit ae6c941

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -28,34 +28,3 @@
2828
<x-heroicon-m-x-mark class="laravel-livewire-tables-btn-tiny" />
2929
</a>
3030
@endif
31-
@aware(['tableName','isTailwind','isBootstrap','isBootstrap4','isBootstrap5'])
32-
@props(['filterKey'])
33-
@if ($isTailwind)
34-
<button
35-
wire:click="resetFilter('{{ $filterKey }}')"
36-
type="button"
37-
@class([
38-
"flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justify-center focus:outline-none",
39-
"text-indigo-400 hover:bg-indigo-200 hover:text-indigo-500 focus:bg-indigo-500 focus:text-white",
40-
])
41-
>
42-
<span class="sr-only">{{ __('livewire-tables::core.Remove filter option') }}</span>
43-
<x-heroicon-m-x-mark class="h-full" />
44-
</button>
45-
@else
46-
<a
47-
href="#"
48-
wire:click="resetFilter('{{ $filterKey }}')"
49-
@class([
50-
'text-white ml-2' => ($isBootstrap),
51-
])
52-
>
53-
<span @class([
54-
'sr-only' => $isBootstrap4,
55-
'visually-hidden' => $isBootstrap5,
56-
])>{{ __('livewire-tables::core.Remove filter option') }}
57-
58-
</span>
59-
<x-heroicon-m-x-mark class="laravel-livewire-tables-btn-tiny" />
60-
</a>
61-
@endif

0 commit comments

Comments
 (0)