From bd1e5666165d27720f96301f40a2b6921e7b3f26 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 29 Oct 2024 01:10:20 +0530 Subject: [PATCH] feat: set day of month by default to 1 --- src/components/molecules/ScheduleSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/ScheduleSettings.tsx b/src/components/molecules/ScheduleSettings.tsx index bdcfaf01..5edf999b 100644 --- a/src/components/molecules/ScheduleSettings.tsx +++ b/src/components/molecules/ScheduleSettings.tsx @@ -30,7 +30,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia runEvery: 1, runEveryUnit: 'HOURS', startFrom: 'MONDAY', - dayOfMonth: '', + dayOfMonth: '1', atTimeStart: '00:00', atTimeEnd: '01:00', timezone: 'UTC'