Skip to content

Commit

Permalink
Fix: id for submit button added (Stirling-Tools#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 authored Nov 24, 2024
1 parent afad06b commit 4abb0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/convert/pdf-to-csv.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<form id="PDFToCSVForm" th:action="@{'/api/v1/convert/pdf/csv'}" method="post" enctype="multipart/form-data">
<input id="pageId" type="hidden" name="pageId">
<div th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=false, accept='application/pdf')}"></div>
<button type="submit" class="btn btn-primary" th:text="#{PDFToCSV.submit}"></button>
<button type="submit" class="btn btn-primary" th:text="#{PDFToCSV.submit}" id="submitBtn"></button>
</form>
<p id="instruction-text" style="margin: 0; display: none" th:text="#{PDFToCSV.prompt}"></p>

Expand Down

0 comments on commit 4abb0cb

Please sign in to comment.