Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Sep 21, 2023
1 parent ced24b9 commit 03bd191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forms/CalendarForm/validation/validateExceptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export function validateExceptionInterOverlaps(
.min(row.rows.map(({ startDate }) => dayjs(startDate)))
?.startOf('day'),
endDate: dayjs
.maxrow.rows.map(({ endDate }) => dayjs(endDate)))
.max(row.rows.map(({ endDate }) => dayjs(endDate)))
?.endOf('day')
}));

Expand Down

0 comments on commit 03bd191

Please sign in to comment.