Skip to content

Commit

Permalink
Fix order day
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonophore committed Feb 8, 2024
1 parent 98708eb commit 65992a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/layouts/orderByDay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function OrderByDay() {
}}
defaultValue={date}
minDate={dayjs(Date.parse('2023-01-01'))}
maxDate={dayjs().subtract(1, 'day')}
maxDate={dayjs()}
onChange={(event) => setDate(event ?? date)}
/>
</LocalizationProvider>
Expand Down

0 comments on commit 65992a8

Please sign in to comment.