extraModalFooterActions in EditAction modal
how can I do this in the edit modal?
php
protected function getFormActions(): array
{
return [
...parent::getFormActions(),
Action::make('close')
->action('saveAndClose'),
];
}