Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzjames committed Jan 5, 2025
1 parent ce548c0 commit 93953cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/insomnia/src/ui/routes/project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ const ProjectRoute: FC = () => {
navigate(
`/organization/${organizationId}/project/${projectId}/workspace/${file.id}/${activity}`
);
return;
},
}));

Expand Down

0 comments on commit 93953cd

Please sign in to comment.