`requiresConfirmation(false)` still shows confirmation dialog for Delete action

I have the following table action

Actions\DeleteAction::make('delete'))
    ->icon('heroicon-o-check')
    ->iconButton()
    ->requiresConfirmation(false),

However, I'm still getting a generic confirmation dialog when I click the button. Am I missing something?

Laravel 10.48.8
Filament v3.2.71
Livewire v3.4.10
Was this page helpful?