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 9754096 + a41cb62 commit df9f72fCopy full SHA for df9f72f
resources/views/filament/hooks/table-column-bookmark.blade.php
@@ -15,7 +15,6 @@
15
@if($class instanceof \Filament\Resources\RelationManagers\RelationManager)
16
@php
17
$title = $class->getTable()->getHeading();
18
- $icon = '';
19
@endphp
20
@else
21
@@ -27,7 +26,7 @@
27
26
<livewire:delia-bookmarks
28
:url="request()->fullUrl()"
29
:title="$title"
30
- :icon="$icon"
+ :icon="$icon ?? 'heroicon-m-bookmark-slash'"
31
/>
32
@endif
33
</div>
0 commit comments