summaryrefslogtreecommitdiff
path: root/packages/client/src/pages/settings/webhook.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/pages/settings/webhook.vue')
-rw-r--r--packages/client/src/pages/settings/webhook.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/client/src/pages/settings/webhook.vue b/packages/client/src/pages/settings/webhook.vue
index 50739e2fd1..ef9b9b56f7 100644
--- a/packages/client/src/pages/settings/webhook.vue
+++ b/packages/client/src/pages/settings/webhook.vue
@@ -49,6 +49,5 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: 'Webhook',
icon: 'fas fa-bolt',
- bg: 'var(--bg)',
});
</script>