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

feat: text change from member to people #2021

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Conversation

NivedhaSV
Copy link
Contributor

Description

Add a few lines describing your changes

Tickets


Checklist before requesting a review

  • I've performed a self-review of my code
  • I've added relevant tests for my changes
  • I've confirmed that my code passes linting
  • I've confirmed that my code passes all tests
  • I've confirmed that my code builds correctly

Copy link

vercel bot commented Dec 17, 2024

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

Name Status Preview Comments Updated (UTC)
protocol-labs-network-web-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 10:41am

@@ -31,7 +31,7 @@ const MemberRequestList = (props: any) => {
};
const [listData, unVerifiedMembers] = await Promise.all([
api.get(`${API_ROUTE.PARTICIPANTS_REQUEST}?status=PENDING`, config),
api.get(`${API_ROUTE.MEMBERS}?isVerified=false&pagination=false`, config),
api.get(`${API_ROUTE.MEMBERS}?isVerified=false&pagination=false&orderBy=-createdA`, config),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NivedhaSV spell check

@madan-ideas2it madan-ideas2it merged commit 9c0cb12 into develop Dec 17, 2024
3 checks passed
Copy link

🎉 This PR is included in version 1.202.0-staging.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 1.202.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants