Send correct year in history view

This commit is contained in:
2025-06-09 23:20:01 -04:00
parent e6424024d1
commit ba077e1c05

View File

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