mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 23:08:37 +02:00
fix alert banner typo
This commit is contained in:
parent
caf816071f
commit
5d8a8316bb
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user