Skip to content

Commit

Permalink
Require exact route
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed Sep 10, 2024
1 parent 4214531 commit 00887f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/teleport/src/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export class FeatureIntegrations implements TeleportFeature {
navigationItem = {
title: NavTitle.Integrations,
icon: IntegrationsIcon,
exact: false,
exact: true,
getLink() {
return cfg.routes.integrations;
},
Expand Down

0 comments on commit 00887f8

Please sign in to comment.