1
0
mirror of https://github.com/pcvolkmer/grz-metadata-processor.git synced 2025-07-01 12:02:54 +00:00

fix: target of new profile dom element

This commit is contained in:
2025-06-09 17:32:48 +02:00
parent fec6b5df15
commit 20a07ef433

View File

@ -13,7 +13,7 @@
<div>
<div th:if="${labdataprofiles.isEmpty()}">
<h3>Probe</h3>
<form class="lab-data" th:hx-post="@{/labdataprofiles}">
<form class="lab-data" th:hx-post="@{/labdataprofiles}" hx-target="body">
<div>Keine Sequenzierprofile gefunden</div>
<button>Neues Sequenzierprofil hinzufügen</button>
</form>