fix(desktop): avoid duplicate sidebar tabs#4326
Conversation
|
@beastpu is attempting to deploy a commit to the IndexLabs Team on Vercel. A member of the Team first needs to authorize it. |
|
Routing the primary nav through One scoping question: the pinned sidebar items still render a plain |
|
Verified the review scope: pinned issue/project rows both go through I applied the minimal fix locally:
Validation:
I attempted to push the amended commit to Patch branch with the exact amended commit is available here: |
|
Confirmed — I diffed -render={<AppLink href={href} draggable={false} />}
+render={<AppLink href={href} draggable={false} activateTabOnClick />}so pinned issues and projects now take the same On the 403: that's expected rather than a config problem — or, since the delta is a single prod line, @beastpu just applying it directly here. Either way the scope is right and the behavior is pinned. |
Summary
Fixes #4284
Tests