From ae6c941e0086be2435a916fa1d60223f311c1153 Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Sun, 10 Nov 2024 06:20:55 +0000 Subject: [PATCH] Remove Duplicate Item --- .../buttons/reset-filter.blade.php | 31 ------------------- 1 file changed, 31 deletions(-) diff --git a/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php b/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php index f65d13c5a..912611188 100644 --- a/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php +++ b/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php @@ -28,34 +28,3 @@ @endif -@aware(['tableName','isTailwind','isBootstrap','isBootstrap4','isBootstrap5']) -@props(['filterKey']) -@if ($isTailwind) - -@else - ($isBootstrap), - ]) - > - $isBootstrap4, - 'visually-hidden' => $isBootstrap5, - ])>{{ __('livewire-tables::core.Remove filter option') }} - - - - -@endif \ No newline at end of file