fix: add default value for the position in Add Page Numbers
This commit is contained in:
parent
8938e86223
commit
4d3e442ecc
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
</div>
|
||||
|
||||
<input type="hidden" id="numberInput" name="position" min="1"
|
||||
max="9" required>
|
||||
max="9" value="8" required />
|
||||
<div class="mb-3">
|
||||
<label for="startingNumber" th:text="#{addPageNumbers.selectText.4}"></label> <input
|
||||
type="number" class="form-control" id="startingNumber"
|
||||
|
|
Loading…
Reference in a new issue