BulkAction action() is not executing on click
I have defined a BulkAction like that:
The button appears (and it was working before). Now it seems that the action() is not executed.
I ran
artisan optimize:clear
to clear the caches, and npm run build
just in case, but still the action() mehtod is not called - as it does not accept the click on the button. Any ideas how can I debug that?0 Replies