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.
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:Jump to solution
Solved it myself: for anyone running into this issue. I made the mistake of also having ->requiresConfirmation()
dumb......
1 Reply
Solution
Solved it myself: for anyone running into this issue. I made the mistake of also having ->requiresConfirmation()
dumb...