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

Refactor "Make admin" button into its own component #143

Open
evan10s opened this issue May 18, 2021 · 0 comments
Open

Refactor "Make admin" button into its own component #143

evan10s opened this issue May 18, 2021 · 0 comments

Comments

@evan10s
Copy link
Member

evan10s commented May 18, 2021

Right now the AdminUsersListTable component keeps track of every users admin status in an object, which is not a good React pattern. We should refactor the edit (make/remove) admin button into its own component that can handle the mutation and keeps track of just a single user's admin status.

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

No branches or pull requests

1 participant