Description
A clear and concise description of what the issue is.
According to the logic written in MembersTable.tsx -> setUserDetails, we are currently checking if the logged in user is part of the MembersTable. The members fetched are only 5 at a time as the table has pagination. Hence it can be the case that the logged in has a different permission but since there are only 5 visible, hence the logged in user was given a wrong permission.
How to reproduce the issue
- Go to any app
- Go to the settings of app using edit icon.
- Notice if your name is not in the first list, your permission will not be set correctly
Expected results
Expected result of action.
Actual results
What actually happened.
Screenshots

Environment
(please complete the following information):
- browser type and version:
- node.js version:
node -v
Checklist
Make sure to follow these steps before submitting your issue - thank you!
- I have checked my terminal/console and have included relevant text hereI have reproduced the issue with at least the latest released version.I have checked the issue tracker for the same issue and I haven't found one similar.
Additional context
Add any other context about the problem here.
Requirements
What are more specific requirements that needs to take to consider this issue resolved.
- [ ]
- [ ]
Activity