Closed Johnathan closed 4 years ago
Just realised it's because I'm adding the action with ->withoutConfirmation()
. So I guess this can be closed.
I had same problem, JS error - then i made
public $withoutConfirmation = false;
where to write this public $withoutConfirmation = false @jankapusta
where to write this public $withoutConfirmation = false @jankapusta
On your action class ...
@maul75 i did that aslo same problem
Description:
When I try to trigger a Nova action that have fields I get a console error
Steps To Reproduce:
That's it. I have an action that works already that doesn't make use of fields, but as soon as I added one, just to test I got the same error.