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 697469d commit fd355baCopy full SHA for fd355ba
src/spaces/mcp/pages/McpPage.tsx
@@ -39,7 +39,7 @@ export default function McpPage() {
39
return <BusyIndicator active />;
40
}
41
42
- if (!projectName || !workspaceName || !controlPlaneName || !contextName || isNotFoundError(error)) {
+ if (!projectName || !workspaceName || !controlPlaneName || isNotFoundError(error)) {
43
return <NotFoundBanner entityType={t('Entities.ManagedControlPlane')} />;
44
45
0 commit comments