Fix 500 for closeable alert banners (#1620)

This commit is contained in:
Boy132 2025-08-18 23:53:59 +02:00 committed by GitHub
parent 3b9c81534f
commit bc4dfb3e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,6 @@
</div> </div>
@if ($isCloseable()) @if ($isCloseable())
<x-filament::icon-button color="gray" icon="tabler-x" wire:click="remove('{{$getID()}}')" /> <x-filament::icon-button color="gray" icon="tabler-x" wire:click="remove('{{$getId()}}')" />
@endif @endif
</div> </div>