© 2026 Hedgehog Software, LLC
use Filament\Forms\Components\Actions;
->footerActions([ Actions\Action::make('importUsers') // Correct Action type ->label('Import Users') ->button() ->color('success') ->action(fn () => $this->importUsers()), ])