switch to tableIcon

This commit is contained in:
Charles 2025-07-17 07:05:37 -04:00
parent e9ab7f6976
commit 22fb5007f2

View File

@ -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'));