mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +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
|
||||
type="number"
|
||||
placeholder="(e.g. 1962)"
|
||||
min={0}
|
||||
min={1}
|
||||
required/>
|
||||
</Property>
|
||||
{this.props.children}
|
||||
|
Loading…
Reference in New Issue
Block a user