F
Filament7mo 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
Want results from more Discord servers?
Add your server