mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Fix 500 for closeable alert banners (#1620)
This commit is contained in:
@@ -20,6 +20,6 @@
|
||||
</div>
|
||||
|
||||
@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
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user