Is it possible to add validation to a `Action::make()` before opening the confirmation modal?
I have added a header action to my table, where I have tried to add validation in the
But the before hook does not trigger before the confirmation modal is opened. Am I doing something wrong? Or is there simply no lifecycle hook that triggers before the action modal is opened?
->before() lifecycle hook:But the before hook does not trigger before the confirmation modal is opened. Am I doing something wrong? Or is there simply no lifecycle hook that triggers before the action modal is opened?