Describe the bug
The "View More" functionality in the Orgusers component is not working as expected. Upon rendering the Orgusers component, it currently displays all users initially, which might lead to an overwhelming interface, especially when the user count exceeds a manageable threshold. Despite this, the "View More" button fails to function as expected. Despite its presence, clicking the "View More" button does not toggle the display to show a limited number of users initially and reveal the rest upon interaction.
To Reproduce
Steps to reproduce the behavior:
Go to Users in organizations
Click on view more
See error
Expected behavior
After clicking the "View More", the component should reveal the remaining users in the list.
Describe the bug The "View More" functionality in the Orgusers component is not working as expected. Upon rendering the Orgusers component, it currently displays all users initially, which might lead to an overwhelming interface, especially when the user count exceeds a manageable threshold. Despite this, the "View More" button fails to function as expected. Despite its presence, clicking the "View More" button does not toggle the display to show a limited number of users initially and reveal the rest upon interaction.
To Reproduce Steps to reproduce the behavior:
Expected behavior After clicking the "View More", the component should reveal the remaining users in the list.
Screenshots
https://github.com/scorelab/Codelabz/assets/135845175/f48d51e5-0b03-4aa6-a883-b77cf7b3e303
Desktop (please complete the following information):
Additional context Clicking the "View More" does not display the remaining users.