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
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;
|
||||
|
|
Loading…
Reference in New Issue