njxqlus / filament-lightbox

Lightbox entry for Filament
MIT License
16 stars 8 forks source link

Fix the invalid argument issue for `LightboxSpatieMediaLibraryImageEntry` #4

Closed remzikocak closed 11 months ago

remzikocak commented 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.

This pull request simply changes false to null.

njxqlus commented 11 months ago

Thanks!