Event Analytics not working for new booker (#9740)

pull/10160/head
Hariom Balhara 2023-06-23 14:12:02 +05:30 committed by GitHub
parent 000a6e0d35
commit 49bcd5fec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import { useEffect, useRef, useMemo } from "react";
import StickyBox from "react-sticky-box";
import { shallow } from "zustand/shallow";
import BookingPageTagManager from "@calcom/app-store/BookingPageTagManager";
import { useEmbedUiConfig } from "@calcom/embed-core/embed-iframe";
import classNames from "@calcom/lib/classNames";
import useMediaQuery from "@calcom/lib/hooks/useMediaQuery";
@ -115,6 +116,7 @@ const BookerComponent = ({
return (
<>
{event.data ? <BookingPageTagManager eventType={event.data} /> : null}
<div
className={classNames(
"text-default flex min-h-full w-full flex-col items-center",