From 869ebb092b20ea2229f0599d8b336741275ccadb Mon Sep 17 00:00:00 2001 From: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Date: Mon, 12 Sep 2022 19:00:05 +0530 Subject: [PATCH] fix: add fit to height (#4372) --- apps/web/components/v2/eventtype/EventLimitsTab.tsx | 1 + apps/web/components/v2/eventtype/RecurringEventController.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/web/components/v2/eventtype/EventLimitsTab.tsx b/apps/web/components/v2/eventtype/EventLimitsTab.tsx index 3eb1d66755..b11860d9a9 100644 --- a/apps/web/components/v2/eventtype/EventLimitsTab.tsx +++ b/apps/web/components/v2/eventtype/EventLimitsTab.tsx @@ -153,6 +153,7 @@ export const EventLimitsTab = (props: Pick) defaultValue={periodType?.type !== "UNLIMITED" ? "ROLLING" : "UNLIMITED"} render={({ field: { value } }) => ( formMethods.setValue("periodType", bool ? "ROLLING" : "UNLIMITED") diff --git a/apps/web/components/v2/eventtype/RecurringEventController.tsx b/apps/web/components/v2/eventtype/RecurringEventController.tsx index 65cbc656e6..3a4d3ff4dc 100644 --- a/apps/web/components/v2/eventtype/RecurringEventController.tsx +++ b/apps/web/components/v2/eventtype/RecurringEventController.tsx @@ -41,6 +41,7 @@ export default function RecurringEventController({
{ if (!e) {