Skip to content

Commit 406ada7

Browse files
authored
fix webhooks link (supabase#39939)
fix
1 parent a3e7cb7 commit 406ada7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/layouts/DatabaseLayout/Database.Commands.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function useDatabaseGotoCommands(options?: CommandOptions) {
9393
id: 'nav-database-hooks',
9494
name: 'Webhooks',
9595
value: 'Database: Webhooks',
96-
route: `/project/${ref}/integrations/hooks`,
96+
route: `/project/${ref}/integrations/webhooks`,
9797
defaultHidden: true,
9898
},
9999
{

0 commit comments

Comments
 (0)