working on new location creation
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user