testResultState = $result; } protected function getHeaderActions(): array { return [ Actions\DeleteAction::make(), ]; } protected function getRedirectUrl(): string { return $this->getResource()::getUrl('index'); } }