mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
min year changed to 1
This commit is contained in:
parent
33ec380f4c
commit
cf39b1e708
@ -128,7 +128,7 @@ let RegisterPieceForm = React.createClass({
|
|||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
placeholder="(e.g. 1962)"
|
placeholder="(e.g. 1962)"
|
||||||
min={0}
|
min={1}
|
||||||
required/>
|
required/>
|
||||||
</Property>
|
</Property>
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user