Remove Create and Create another button from wizard form
I have a wizard in a form:
but it still shows the "creat" and "create another" button.
how do i remove those?
but it still shows the "creat" and "create another" button.
how do i remove those?
public static function form(Form $form): Form
{
return $form
->columns(1)
->schema([
Wizard::make([ ... ])
])
}