Skip to content

Commit df9f72f

Browse files
authored
Merge pull request #8 from lara-zeus/fix-icons
fix default icon
2 parents 9754096 + a41cb62 commit df9f72f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/filament/hooks/table-column-bookmark.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
@if($class instanceof \Filament\Resources\RelationManagers\RelationManager)
1616
@php
1717
$title = $class->getTable()->getHeading();
18-
$icon = '';
1918
@endphp
2019
@else
2120
@php
@@ -27,7 +26,7 @@
2726
<livewire:delia-bookmarks
2827
:url="request()->fullUrl()"
2928
:title="$title"
30-
:icon="$icon"
29+
:icon="$icon ?? 'heroicon-m-bookmark-slash'"
3130
/>
3231
@endif
3332
</div>

0 commit comments

Comments
 (0)