© 2026 Hedgehog Software, LLC
protected function getHeaderActions(): array { return [ Action::make('configure') ->action(fn () => $this->dispatch('open-modal', id: 'statement-config')) ]; }