mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 13:59:08 +02:00
fix only person create
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user