-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -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), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NivedhaSV spell check
🎉 This PR is included in version 1.202.0-staging.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.202.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Add a few lines describing your changes
Tickets
Checklist before requesting a review