Closed remzikocak closed 11 months ago
Laravel Version: 10.35.0 Filament Version: 3.1.15
When using the LightboxSpatieMediaLibraryImageEntry in Infolist, it throws an error because thelabel method from Filament\Infolists\Components\Component only accepts Illuminate\Contracts\Support\Htmlable, Closure, null, or string.
LightboxSpatieMediaLibraryImageEntry
label
Filament\Infolists\Components\Component
Illuminate\Contracts\Support\Htmlable
Closure
null
string
This pull request simply changes false to null.
false
Thanks!
Laravel Version: 10.35.0 Filament Version: 3.1.15
When using the
LightboxSpatieMediaLibraryImageEntry
in Infolist, it throws an error because thelabel
method fromFilament\Infolists\Components\Component
only acceptsIlluminate\Contracts\Support\Htmlable
,Closure
,null
, orstring
.This pull request simply changes
false
tonull
.