Fix service modal not showing

This commit is contained in:
nemunaire 2025-07-19 10:07:49 +02:00
commit 2bd6464d4e

View file

@ -80,6 +80,8 @@
{origin}
{service}
zoneId={$thisZone.id}
on:show-service={showServiceModal}
on:update-zone-services={(event) => $thisZone.set(event.detail)}
/>
{/key}
{/each}
@ -87,6 +89,8 @@
<Service
{origin}
zoneId={$thisZone.id}
on:show-service={() => ctrlNewService.Open(dn)}
on:update-zone-services={(event) => $thisZone.set(event.detail)}
/>
{/if}
</div>