F
Filament3mo ago
Jessy

extraModalFooterActions in EditAction modal

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