update threshold input name to match model

This commit is contained in:
Craig Ballinger 2019-10-17 19:54:07 -04:00
parent 0319d78f42
commit eb2a83da14

View File

@ -57,7 +57,7 @@
</div>
<div class="form-group">
<label for="metric-places">{{ trans('forms.metrics.threshold') }}</label>
<input type="number" min="0" max="10" name="metric[threshold]" value="{{ Binput::old('metric.threshold', $metric->threshold) }}" class="form-control" required>
<input type="number" min="0" max="10" name="threshold" value="{{ Binput::old('metric.threshold', $metric->threshold) }}" class="form-control" required>
</div>
<div class="checkbox">
<label>