Hello may I know how to re-order the action button in a modal?
Currently its Cancel -> Reject -> Confirm
I want it to be Confirm -> Reject -> Cancel
please do refer to the image. Thank you in advance!

Solution:Jump to solution
nvm, found the solution
```php
->modalFooterActions(function (Action $action) {
return [...
1 Reply
Solution
nvm, found the solution