File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
resources/views/filament/infolists/components
src/Filament/Infolists/Components Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 77 :per-page =" $getPerPage()"
88 :load-more-label =" $getLoadMoreLabel()"
99 :per-page-increment =" $getPerPageIncrement()"
10+ :sidebar-enabled =" $isSidebarEnabled()"
1011 />
1112</x-dynamic-component >
Original file line number Diff line number Diff line change 66use Kirschbaum \Commentions \Filament \Concerns \HasMentionables ;
77use Kirschbaum \Commentions \Filament \Concerns \HasPagination ;
88use Kirschbaum \Commentions \Filament \Concerns \HasPolling ;
9+ use Kirschbaum \Commentions \Filament \Concerns \HasSidebar ;
910
1011class CommentsEntry extends Entry
1112{
1213 use HasMentionables;
1314 use HasPagination;
1415 use HasPolling;
16+ use HasSidebar;
1517
1618 protected string $ view = 'commentions::filament.infolists.components.comments-entry ' ;
1719}
You can’t perform that action at this time.
0 commit comments