Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(organizations): remove sessionStore from useOrganizationQuer…
…y TASK-1357 (#5345) ### 🗒️ Checklist 1. [x] run linter locally 2. [x] update all related docs (API, README, inline, etc.), if any 3. [x] draft PR with a title `<type>(<scope>)<!>: <title> TASK-1234` 4. [x] tag PR: at least `frontend` or `backend` unless it's global 5. [x] fill in the template below and delete template comments 6. [x] review thyself: read the diff and repro the preview as written 7. [x] open PR & confirm that CI passes 8. [ ] request reviewers, if needed 9. [ ] delete this section before merging ### 📣 Summary After migrating `useOrganizationQuery` to use the `useSession` hook, we still have some direct references to `sessionStore`. This PR removes `sessionStore` from `useOrganizationQuery` entirely. ### 👀 Preview steps This PR should not change app behavior 1. Login as an MMO admin or owner 2. Load the organization settings and members pages 3. Observe no difference in displayed data or API calls between this branch and `main`
- Loading branch information