Use the old webhooks page for now

This commit is contained in:
Jackson Harper 2022-11-03 13:19:32 +08:00
parent 2de547d69f
commit 0816e69324

View file

@ -118,7 +118,7 @@ export default function Integrations(): JSX.Element {
text: 'View Webhooks',
icon: <Eye size={16} weight={'bold'} />,
style: 'ctaWhite',
action: () => router.push('/settings/integrations/webhooks'),
action: () => router.push('/settings/webhooks'),
},
},
])