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:
@ -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>
|
||||
|
Reference in New Issue
Block a user