protected function getFormActions(): array
{
return [
$this->getCreateFormAction(),
$this->getCreateAndSetActiveFormAction(),
$this->getCancelFormAction(),
];
} protected function getCreateAndSetActiveFormAction(): Action
{
return Action::make('createandsetactive')
->label('Create and set active')
->submit('createandsetactive');
}