Send correct year in history view
This commit is contained in:
parent
e6424024d1
commit
ba077e1c05
@ -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 />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user