Skip to content

Commit

Permalink
Upping max length for points
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaisarma committed May 3, 2017
1 parent 75e9783 commit 423d595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/output-data-input.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
</div>
{{else if isPoints}}
<div class="row narrow-row distribution-type-points">
{{labeled-input classNames="col-xs-4" fieldName="Points" fieldValue=query.aggregation.attributes.points placeholder="Comma separated numbers" disabled=disabled}}
{{labeled-input classNames="col-xs-4" fieldName="Points" fieldValue=query.aggregation.attributes.points maxlength=131072 placeholder="Comma separated numbers" disabled=disabled}}
</div>
{{else if isGeneratedPoints}}
<div class="row narrow-row distribution-type-point-range">
Expand Down

0 comments on commit 423d595

Please sign in to comment.