Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show 100 communities in list #704

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Show 100 communities in list #704

merged 1 commit into from
Jul 26, 2024

Conversation

barbarah
Copy link
Contributor

@barbarah barbarah commented Jul 26, 2024

The paginator for communities is not working correctly because the total communities are not set correctly.

With a Clerk update, we can get the total communities. With the new API, the response of getOrganizationList is Promise<PaginatedResourceResponse<Organization[]>>. But with the version of Clerk we use, we only get Promise<Organization[]>, see docs:: https://clerk.com/docs/references/backend/organization/get-organization-list

For now, the quick fix is showing more communities in the results.

Copy link

vercel bot commented Jul 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
colonial-collections-dataset-browser ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 7:18am
colonial-collections-researcher ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 7:18am

@CamideK55 CamideK55 merged commit 55a009d into main Jul 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants