Skip to content

Commit ebc9551

Browse files
Pass entry to Filament entry-wrapper-view (#42)
1 parent dbc4297 commit ebc9551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/filament/infolists/components/comments-entry.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<x-dynamic-component :component="$getEntryWrapperView()">
1+
<x-dynamic-component :component="$getEntryWrapperView()" :entry="$entry">
22
<livewire:commentions::comments
33
:record="$getRecord()"
44
:mentionables="$getMentionables()"

0 commit comments

Comments
 (0)