ui: Don't display "corredponding records" button on service creation

Fix: https://github.com/happyDomain/happydomain/issues/22
This commit is contained in:
nemunaire 2024-02-08 15:45:21 +01:00
parent 3c6c070bd1
commit 58ab870afe
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
</ModalFooter>
{/if}
<ModalFooter>
{#if origin && zoneId}
{#if update && origin && zoneId}
<Button
color="dark"
outline={!showRecords}