preparing to store new locations

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-20 23:17:54 +02:00
parent 6158fb2630
commit 4e9c8c0f69
5 changed files with 59 additions and 9 deletions

View File

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