We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1521b9 + 2a9b8ee commit eedbe51Copy full SHA for eedbe51
src/routes/(console)/project-[region]-[project]/settings/webhooks/+page.svelte
@@ -25,10 +25,6 @@
25
$: $updateCommandGroupRanks({ webhooks: 20, domains: 10 });
26
</script>
27
28
-<svelte:head>
29
- <title>Webhooks - Appwrite</title>
30
-</svelte:head>
31
-
32
<Container>
33
<Layout.Stack direction="row" alignItems="center" justifyContent="flex-end">
34
<ViewSelector {columns} view={View.Table} hideView />
0 commit comments