diff --git a/packages/features/webhooks/components/WebhookForm.tsx b/packages/features/webhooks/components/WebhookForm.tsx index d0d101029e..f9b52fedd3 100644 --- a/packages/features/webhooks/components/WebhookForm.tsx +++ b/packages/features/webhooks/components/WebhookForm.tsx @@ -251,7 +251,7 @@ const WebhookForm = (props: {
- ); @@ -56,9 +53,7 @@ const WebhooksList = () => { key={webhook.id} webhook={webhook} lastItem={webhooks.length === index + 1} - onEditWebhook={() => - router.push(`${WEBAPP_URL}/v2/settings/developer/webhooks/${webhook.id} `) - } + onEditWebhook={() => router.push(`${WEBAPP_URL}/settings/developer/webhooks/${webhook.id} `)} /> ))}