diff --git a/packages/features/calendars/DestinationCalendarSelector.tsx b/packages/features/calendars/DestinationCalendarSelector.tsx index adb392affb..c16979a8fa 100644 --- a/packages/features/calendars/DestinationCalendarSelector.tsx +++ b/packages/features/calendars/DestinationCalendarSelector.tsx @@ -7,6 +7,7 @@ import { useLocale } from "@calcom/lib/hooks/useLocale"; import type { DestinationCalendar } from "@calcom/prisma/client"; import { trpc } from "@calcom/trpc/react"; import { Select } from "@calcom/ui"; +import { Check } from "@calcom/ui/components/icon"; interface Props { onChange: (value: { externalId: string; integration: string }) => void; @@ -37,7 +38,10 @@ const OptionComponent = ({ ...props }: OptionProps