Send correct year in history view
This commit is contained in:
parent
e6424024d1
commit
ba077e1c05
@ -175,6 +175,7 @@ export default function () {
|
||||
<NumberInput
|
||||
defaultValue={year}
|
||||
max={new Date().getUTCFullYear()}
|
||||
onChange={(_, value) => setYear(value)}
|
||||
precision={0}
|
||||
>
|
||||
<NumberInputField />
|
||||
|
Loading…
x
Reference in New Issue
Block a user