Fix service modal not showing
This commit is contained in:
parent
fcd16d2196
commit
2bd6464d4e
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue