Skip to content

Commit

Permalink
set min to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM committed Jan 9, 2025
1 parent 09d8bc0 commit 438c568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/js/widgets/columns/fronts-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@

<!-- ko if: meta.type() === "flexible/general"-->
<label for="flexGenStoryLimit">Max standard stories to display</label>
<input id="flexGenStoryLimit" type="number" data-bind="value: meta.displayHints.maxItemsToDisplay" attr: { max: 20, min: 1 } max="20" min="1" placeholder="8">
<input id="flexGenStoryLimit" type="number" data-bind="value: meta.displayHints.maxItemsToDisplay" attr: { max: 20, min: 0 } max="20" min="0" placeholder="8">
<!-- /ko -->

<label for="userVisibility">User visibility</label>
Expand Down

0 comments on commit 438c568

Please sign in to comment.