mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
editions optional
This commit is contained in:
parent
b9e8aae298
commit
27c1b390ea
@ -220,15 +220,6 @@ let RegisterPiece = React.createClass( {
|
|||||||
min={0}
|
min={0}
|
||||||
required/>
|
required/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property
|
|
||||||
name='num_editions'
|
|
||||||
label="Number of editions">
|
|
||||||
<input
|
|
||||||
type="number"
|
|
||||||
placeholder="(e.g. 32)"
|
|
||||||
min={1}
|
|
||||||
required/>
|
|
||||||
</Property>
|
|
||||||
{this.getLicenses()}
|
{this.getLicenses()}
|
||||||
<hr />
|
<hr />
|
||||||
</Form>
|
</Form>
|
||||||
|
Loading…
Reference in New Issue
Block a user