Disable export confirmation

I want to disable the confirmation step.
I'm setting the "requires confirmation" to false, but it still shows me the confirmation step.

            ExportAction::make()
                ->exporter('XXXX')
                ->columnMapping(false)
                ->requiresConfirmation(false)
`
Was this page helpful?