Formatting.
This commit is contained in:
parent
ce7c6a4dfb
commit
3d82bcef6c
|
@ -23,7 +23,10 @@
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ModalContent title="Webhook Endpoints" confirmText="OK" showCancelButton={false}>
|
<ModalContent
|
||||||
|
title="Webhook Endpoints"
|
||||||
|
confirmText="OK"
|
||||||
|
showCancelButton={false}>
|
||||||
<p>See below the list of deployed webhook URLs.</p>
|
<p>See below the list of deployed webhook URLs.</p>
|
||||||
{#each webhookUrls as webhookUrl}
|
{#each webhookUrls as webhookUrl}
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue