Rajdeep Das
Rajdeep Das
## What does this PR do? - Fixes #15471 ## Mandatory Tasks (DO NOT REMOVE) - [x] I have self-reviewed the code (A decent size PR without self-review might be...
## What does this PR do? This PR added UI improvements to guide admins to add hosts to team event types and avoid confusion around the availability message. - Fixes...
## What does this PR do? Prevent displaying the email of team members in collective events if the `hideOrganizerEmail` setting is enabled. - Fixes #21319 - Fixes [CAL-5771](https://linear.app/calcom/issue/CAL-5771/hide-all-member-email-from-collective-events-if-the-option-to-hide) (Linear issue...
Previously, single-item fields `maxItemCount: 1` didn’t show updated values after pressing `Enter` the UI only refreshed on click outside. This happened because the items list was hidden while `shouldAutoEditSingleItem` remained...