From d734841184c8ee55fd7524c4bc17ba10fddfdfe5 Mon Sep 17 00:00:00 2001 From: Vijay Date: Fri, 9 Aug 2024 13:54:53 +0530 Subject: [PATCH] fix: #15726 increase max recurring events limit input (#15728) * increased recurring limit input * updated input max recurring limit to 24 --------- Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> --- apps/web/components/eventtype/RecurringEventController.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/eventtype/RecurringEventController.tsx b/apps/web/components/eventtype/RecurringEventController.tsx index 89d24cb192..f16d40eb19 100644 --- a/apps/web/components/eventtype/RecurringEventController.tsx +++ b/apps/web/components/eventtype/RecurringEventController.tsx @@ -118,7 +118,7 @@ export default function RecurringEventController({ disabled={recurringLocked.disabled} type="number" min="1" - max="20" + max="24" defaultValue={recurringEventState.count} className="mb-0" onChange={(event) => {