Skip to content

Commit 5ecdc91

Browse files
committed
Fixed project integrations route
1 parent 68c9d91 commit 5ecdc91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Exceptionless.Web/ClientApp/src/lib/features/stacks/components/StackOptionsDropdownMenu.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@
7676
}
7777
7878
async function navigateToProjectIntegrations() {
79-
// TODO: Verify this works once page is added.
80-
await goto(`/next/project/${stack.project_id}/manage/integrations`);
79+
await goto(`/project/${stack.project_id}/manage`);
8180
}
8281
8382
async function updateCritical() {

0 commit comments

Comments
 (0)