fix only person create

This commit is contained in:
2025-05-01 16:02:44 +02:00
parent 66c49b4c9a
commit 59159512b1

View File

@@ -239,7 +239,7 @@
<span>{error}</span>
</div>
{/if}
{#if relationshipStartID !== undefined}
{#if relationshipStartID !== null}
<input type="hidden" name="relationshipStartID" value={relationshipStartID} />
<div class="flex flex-col">
<label class="label" for="relationship_type">{relation_type()}</label>