1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Adding an empty state for the webhook deployment modal.

This commit is contained in:
mike12345567 2020-10-27 09:44:29 +00:00
parent 7f9ff8ded7
commit 8a844a5922

View file

@ -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" />