You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR refactors the OrgHead component to use the modern useOrbitData hook pattern instead of directly querying memory with findRecord.
This change aligns the component with the codebases preferred data fetching approach, which provides automatic reactivity to data changes
through Orbit.js liveQuery mechanism.
Key Changes
- Replaced direct memory queries with the reactive useOrbitData hook for fetching organizations
- Updated the organization lookup from findRecord to JavaScripts Array.find() method
- Enhanced test mocks to support both findRecord and findRecords query patterns
0 commit comments