Change approach (#11681)

Co-authored-by: gitstart-calcom <gitstart-calcom@users.noreply.github.com>
Co-authored-by: GitStart-Cal.com <121884634+gitstart-calcom@users.noreply.github.com>
This commit is contained in:
gitstart-app[bot]
2023-10-11 06:12:30 -03:00
committed by GitHub
co-authored by gitstart-calcom GitStart-Cal.com
parent ebc70feef0
commit f824490873
@@ -101,6 +101,7 @@ MeetingTimeInTimezones.displayName = "MeetingTimeInTimezones";
// detaill page.
const preventBubbling = (event: React.MouseEvent) => {
event.stopPropagation();
event.nativeEvent.preventDefault();
};
export default MeetingTimeInTimezones;