diff --git a/apps/web/components/v2/eventtype/EventLimitsTab.tsx b/apps/web/components/v2/eventtype/EventLimitsTab.tsx index 3eb1d667552fa8..b11860d9a9cfd9 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 65cbc656e6954a..3a4d3ff4dcdad1 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) {