Wizard and ActionNotResolvableException
When trying to use
I get the error whether I try
$this->form->fill() on a page with a Wizard I get an error Filament\Actions\Exceptions\ActionNotResolvableException: An action tried to resolve without a name. I'm probably lacking some obvious trait but I cannot figure it out. What am I missing? I get the error whether I try
InteractsWithSchemas or InteractsWithForms.