Fix validation error when trying to save certain eggs, closes #829

This commit is contained in:
Dane Everitt 2017-12-30 16:05:22 -06:00
parent b9d67459b2
commit 321d00c89e
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 3 additions and 2 deletions

View file

@ -83,7 +83,7 @@
<div class="form-group">
<label for="pConfigFrom" class="form-label">Copy Settings From</label>
<select name="config_from" id="pConfigFrom" class="form-control">
<option value="0">None</option>
<option value="">None</option>
</select>
<p class="text-muted small">If you would like to default to settings from another Egg select it from the dropdown above.</p>
</div>