working on new location creation

This commit is contained in:
2025-10-17 15:58:29 +02:00
parent e920e26655
commit 2eb2bb25aa
3 changed files with 39 additions and 7 deletions

View File

@@ -76,7 +76,7 @@
{#each top_level as realm,idx}
<h3>{realm.name}</h3>
{#if realm.locations}
<Locations locations={realm.locations} bind:selected={location} />
<Locations locations={realm.locations} parent={realm} bind:selected={location} />
{/if}
{/each}
{/if}