Skip to content

Commit

Permalink
default to variantId 0 in post.html (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruschk authored Apr 24, 2021
1 parent 30e0024 commit 31c240e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/enochecker/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,12 @@ <h1 id="checker-header">$SERVICE-Checker</h1>

<div class='form-row'>
<label for='variantId'>VariantId</label>
<input id='variantId' name='variantId' type='number' value='1'/>
<input id='variantId' name='variantId' type='number' value='0'/>
</div>

<div class='form-row'>
<label for='uniqueVariantId'>UniqueVariantId</label>
<input id='uniqueVariantId' name='uniqueVariantId' type='number' value='1'/>
<input id='uniqueVariantId' name='uniqueVariantId' type='number' value='0'/>
</div>

<div class='form-row'>
Expand Down

0 comments on commit 31c240e

Please sign in to comment.