We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60cff0 commit f582adaCopy full SHA for f582ada
resources/js/packages/ui/src/FullCalendar/TimeEntryCalendar.vue
@@ -368,7 +368,7 @@ const calendarOptions = computed(() => {
368
slotDuration: formatDuration(s.slotMinutes * 60),
369
slotLabelInterval: '01:00:00',
370
slotLabelFormat: getSlotLabelFormat(),
371
- snapDuration: formatDuration(s.snapMinutes * 60),
+ snapDuration: '00:01:00',
372
firstDay: getFirstDay(),
373
allDaySlot: false,
374
nowIndicator: true,
0 commit comments