-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(dashboard): Users domain #6212
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
When clicking edit from the table view, I think the experience would be better if the edit menu folds out directly over the table instead of navigating you to the user details page and then opening the edit side bar. |
Aside from @srindom's comments, LGTM! |
@srindom It seems like the staging server hasn't been redeployed with the latest updates to the /admin/users endpoint so it's not returning |
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.
@srindom It seems like the staging server hasn't been redeployed with the latest updates to the /admin/users endpoint so it's not returning count, which is why it's showing 0 of 0. If you run it locally with the latest version of Medusa it should be good
Got it! LGTM
What