Send correct year in history view

This commit is contained in:
Regalijan 2025-06-09 23:20:01 -04:00
parent e6424024d1
commit ba077e1c05
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -175,6 +175,7 @@ export default function () {
<NumberInput <NumberInput
defaultValue={year} defaultValue={year}
max={new Date().getUTCFullYear()} max={new Date().getUTCFullYear()}
onChange={(_, value) => setYear(value)}
precision={0} precision={0}
> >
<NumberInputField /> <NumberInputField />