-
Notifications
You must be signed in to change notification settings - Fork 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: org owner-admin cant see the teams created by other owner-admin 9982 cal 2120 #10430
feat: org owner-admin cant see the teams created by other owner-admin 9982 cal 2120 #10430
Conversation
…rg-owneradmin-cant-see-the-teams-created-by-other-owneradmin
…rg-owneradmin-cant-see-the-teams-created-by-other-owneradmin
…rg-owneradmin-cant-see-the-teams-created-by-other-owneradmin
CAL-2120 Org owner/admin can't see the teams created by other owner/admin
He should be able to see all teams so that he can add himself to any team he wants. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
Thank you for following the naming conventions! 🙏 |
@@ -4,7 +4,7 @@ import { Meta } from "@calcom/ui"; | |||
import { getLayout } from "../../../settings/layouts/SettingsLayout"; | |||
import { TeamsListing } from "../components"; | |||
|
|||
const BillingView = () => { | |||
const TeamListingView = () => { |
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.
Getting the right name for the component.
…ams-created-by-other-owneradmin
…ams-created-by-other-owneradmin
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.
Code LGTM 👍
…-by-other-owneradmin' of github.com:calcom/cal.com into 9982-cal-2120-org-owneradmin-cant-see-the-teams-created-by-other-owneradmin
Changes requested were not needed.
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.
reapproving on behalf of leo's past review
What does this PR do?
Fixes #9982
Requirement/Documentation
Type of change
How should this be tested?
Mandatory Tasks
Checklist