Custom ->requiresConfirmation message?
Is it possible to override or provide a custom confirmation message for the filament DeleteAction?
1 Reply
Yes just set your own ->modalDescription on the action
Here's the source on requiresConfirmation which should give you an idea of how it's working behind the scenes and therefore how you're able to override it: