Disable createAnother in form footer

I'm in the bottom of the form, i want to hide the create another button, im trying to find it in the docs but i dont find it.

i've found this, but seems isnt what i want, cuz stays the same. :
(file app/Filament/Resources/FormResource/Pages/ListForms.php)
protected function getHeaderActions(): array
{
    return [
        Actions\CreateAction::make()->createAnother(false),
    ];
}

i also tried to create a fn called getFooterActions but nah
Screenshot_2023-11-28_at_11.08.07.png
Was this page helpful?