Skip to content

Commit

Permalink
Fixed project integrations route
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Dec 17, 2024
1 parent 68c9d91 commit 5ecdc91
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
}
async function navigateToProjectIntegrations() {
// TODO: Verify this works once page is added.
await goto(`/next/project/${stack.project_id}/manage/integrations`);
await goto(`/project/${stack.project_id}/manage`);
}
async function updateCritical() {
Expand Down

0 comments on commit 5ecdc91

Please sign in to comment.