-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Support bulk deletes in auth users #31271
Conversation
joshenlim
commented
Dec 20, 2024
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
@@ -44,52 44,49 @@ const InviteUserModal = ({ visible, setVisible }: InviteUserModalProps) => { | |||
} | |||
|
|||
return ( | |||
<div> |
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.
just removing an unnecessary div here
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.
Oh good catch! Should close the panel if the user thats in view is deleted 🙏 |
@alaister just pushed a fix up! 🙂 🙏 |
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.
LGTM!
- Tested on preview