We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8dafa commit 1b6943aCopy full SHA for 1b6943a
src/components/Projects/ProjectChooser.tsx
@@ -27,9 +27,7 @@ export default function ProjectChooser({ currentProjectName }: Props) {
27
closeOnItemSelect
28
placement="Bottom"
29
onSelect={(e) => {
30
- navigate(
31
- `/mcp/projects/${e.detail.selectedVariant.variantItem.innerText}`,
32
- );
+ navigate(`/mcp/projects/${e.detail.selectedVariant.children}`);
33
}}
34
>
35
{data?.map((p) => (
0 commit comments