feat: set day of month by default to 1

This commit is contained in:
karishmas6
2024-10-29 01:10:20 +05:30
parent d375361432
commit bd1e566616

View File

@@ -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'