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>
pull/11822/head
gitstart-app[bot] 2023-10-11 06:12:30 -03:00 committed by GitHub
parent ebc70feef0
commit f824490873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ MeetingTimeInTimezones.displayName = "MeetingTimeInTimezones";
// detaill page.
const preventBubbling = (event: React.MouseEvent) => {
event.stopPropagation();
event.nativeEvent.preventDefault();
};
export default MeetingTimeInTimezones;