You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like Manage User Component
Displays a list of users to view details for each user.
Includes pagination, sorting, and filtering functionalities.
Provides an action button for adding a new user.
Add User Component
Allows the creation of a new user by filling out a form with required fields like name, email, role, etc.
Includes client-side validation for form inputs.
Displays success/error notifications upon form submission.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Manage User Component
Displays a list of users to view details for each user.
Includes pagination, sorting, and filtering functionalities.
Provides an action button for adding a new user.
Add User Component
Allows the creation of a new user by filling out a form with required fields like name, email, role, etc.
Includes client-side validation for form inputs.
Displays success/error notifications upon form submission.
The text was updated successfully, but these errors were encountered: