From ea7981eba7f15184b75596e95d2801e9692dbd2b Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:41:52 -0700 Subject: [PATCH] fix(dashboard): point webhook-disabled hint at Channels page (#43324) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The webhook 'platform disabled' card told users to enable it 'in your messaging settings' — no such page exists. The webhook platform is enabled on the Channels page (nav label), matching how every other dashboard page refers to it. --- web/src/pages/WebhooksPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/WebhooksPage.tsx b/web/src/pages/WebhooksPage.tsx index 8bb79c2f952..13587efd190 100644 --- a/web/src/pages/WebhooksPage.tsx +++ b/web/src/pages/WebhooksPage.tsx @@ -381,8 +381,8 @@ export default function WebhooksPage() {