We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e7cb7 commit 406ada7Copy full SHA for 406ada7
apps/studio/components/layouts/DatabaseLayout/Database.Commands.tsx
@@ -93,7 +93,7 @@ export function useDatabaseGotoCommands(options?: CommandOptions) {
93
id: 'nav-database-hooks',
94
name: 'Webhooks',
95
value: 'Database: Webhooks',
96
- route: `/project/${ref}/integrations/hooks`,
+ route: `/project/${ref}/integrations/webhooks`,
97
defaultHidden: true,
98
},
99
{
0 commit comments