From a41cb626bbb70c6f50c51991c10bcd8a511d89ca Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Thu, 31 Oct 2024 16:52:58 +0300 Subject: [PATCH] fix default icon --- resources/views/filament/hooks/table-column-bookmark.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/views/filament/hooks/table-column-bookmark.blade.php b/resources/views/filament/hooks/table-column-bookmark.blade.php index bbe8061..5f418a9 100644 --- a/resources/views/filament/hooks/table-column-bookmark.blade.php +++ b/resources/views/filament/hooks/table-column-bookmark.blade.php @@ -15,7 +15,6 @@ @if($class instanceof \Filament\Resources\RelationManagers\RelationManager) @php $title = $class->getTable()->getHeading(); - $icon = ''; @endphp @else @php @@ -27,7 +26,7 @@ @endif