BulkAction modal width not changeable

Hi, I have made a bulk action for products inside an order. I want to set the width of the modal but it keeps the small size.
BulkAction::make('addToTransportOrder')
  ->modalWidth('2xl')
  ...


I also tried with the MaxWidth::enum but no luck. Is there something else I can try? This api does work with regular modal actions...
Solution
Solved it myself: for anyone running into this issue. I made the mistake of also having ->requiresConfirmation()
dumb...
Was this page helpful?