removing redundant cancel button
This commit is contained in:
parent
b082909dd5
commit
d4e7924269
|
@ -23,7 +23,7 @@
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ModalContent title="Webhook Endpoints" confirmText="Done">
|
<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