Skip to content

Commit

Permalink
Update date-time-picker.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 17, 2024
1 parent a5f9321 commit cac5c01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class="grid grid-cols-[repeat(7,minmax(theme(spacing.7),1fr))] gap-1"
</template>

<template
x-for="day in focusedDate.daysInMonth()"
x-for="day in daysInFocusedMonth"
x-bind:key="day"
>
<div
Expand Down

0 comments on commit cac5c01

Please sign in to comment.