Skip to content

Commit c08fa88

Browse files
fix: Link for connect button (#245)
1 parent 7ce5d92 commit c08fa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ControlPlanes/ConnectButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function ConnectButton(props: Props) {
8888
text={context.context.user}
8989
data-target={`/mcp/projects/${props.projectName}/workspaces/${extractWorkspaceNameFromNamespace(
9090
props.workspaceName,
91-
)}/mcps/${props.controlPlaneName}/context/${context.name}`}
91+
)}/mcps/${props.controlPlaneName}`}
9292
additionalText={`(${
9393
context.context.user === 'openmcp' ? t('ConnectButton.defaultIdP') : t('ConnectButton.unsupportedIdP')
9494
})`}

0 commit comments

Comments
 (0)