From 12cfaf429e2a3980c01e3d4e74da44b83131a8d4 Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Fri, 27 Dec 2024 19:32:45 -0500 Subject: [PATCH] fix --- apps/web/modules/d/[link]/d-type-view.tsx | 8 ++++++++ .../team/[slug]/[type]/instant-meeting-view.tsx | 13 ++++++++++++- .../Booker/components/hooks/useInitialFormValues.ts | 3 --- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/apps/web/modules/d/[link]/d-type-view.tsx b/apps/web/modules/d/[link]/d-type-view.tsx index d4b781b162dd34..46f7315074293d 100644 --- a/apps/web/modules/d/[link]/d-type-view.tsx +++ b/apps/web/modules/d/[link]/d-type-view.tsx @@ -2,6 +2,7 @@ import { Booker } from "@calcom/atoms/monorepo"; import { getBookerWrapperClasses } from "@calcom/features/bookings/Booker/utils/getBookerWrapperClasses"; +import { BookerSeo } from "@calcom/features/bookings/components/BookerSeo"; import { type PageProps } from "@lib/d/[link]/[slug]/getServerSideProps"; @@ -19,6 +20,13 @@ export default function Type({ }: PageProps) { return (
+ & EmbedProps; function Type({ slug, user, booking, isEmbed, isBrandingHidden, entity, eventTypeId, duration }: PageProps) { return (
+ >>; bookingId?: number; @@ -141,7 +139,6 @@ export function useInitialFormValues({ name, username, prefillFormParams, - searchParams, ]); // When initialValues is available(after doing async schema parsing) or session is available(so that we can prefill logged-in user email and name), we need to reset the form with the initialValues