mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 08:38:36 +02:00
switch to tableIcon
This commit is contained in:
parent
e9ab7f6976
commit
22fb5007f2
@ -19,7 +19,7 @@ class ExportEggAction extends Action
|
||||
|
||||
$this->label(trans('filament-actions::export.modal.actions.export.label'));
|
||||
|
||||
$this->icon('tabler-download');
|
||||
$this->tableIcon('tabler-download');
|
||||
|
||||
$this->authorize(fn () => auth()->user()->can('export egg'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user