From 0816e6932474b96b3ff5087e02badd3de81761ad Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 3 Nov 2022 13:19:32 +0800 Subject: [PATCH] Use the old webhooks page for now --- packages/web/pages/settings/integrations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/pages/settings/integrations.tsx b/packages/web/pages/settings/integrations.tsx index 0a0e1a1e6..8b2a59e19 100644 --- a/packages/web/pages/settings/integrations.tsx +++ b/packages/web/pages/settings/integrations.tsx @@ -118,7 +118,7 @@ export default function Integrations(): JSX.Element { text: 'View Webhooks', icon: , style: 'ctaWhite', - action: () => router.push('/settings/integrations/webhooks'), + action: () => router.push('/settings/webhooks'), }, }, ])