mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Fix: allow non integers in alert reference value
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
</div>
|
||||
<label class="control-label col-md-2">Reference</label>
|
||||
<div class="col-md-4">
|
||||
<input type="number" class="form-control" ng-model="alert.options.value" placeholder="reference value"
|
||||
<input type="number" step="any" class="form-control" ng-model="alert.options.value" placeholder="reference value"
|
||||
required/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user