Adding an empty state for the webhook deployment modal.
This commit is contained in:
parent
12e4ec2e99
commit
d1539ecc8c
|
@ -31,6 +31,9 @@
|
||||||
<WebhookDisplay value={webhookUrl.url} production={true} />
|
<WebhookDisplay value={webhookUrl.url} production={true} />
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
{#if webhookUrls.length === 0}
|
||||||
|
<h5>No webhooks found.</h5>
|
||||||
|
{/if}
|
||||||
<div slot="footer">
|
<div slot="footer">
|
||||||
<a target="_blank" href="https://docs.budibase.com/automate/steps/triggers">
|
<a target="_blank" href="https://docs.budibase.com/automate/steps/triggers">
|
||||||
<i class="ri-information-line" />
|
<i class="ri-information-line" />
|
||||||
|
|
Loading…
Reference in New Issue