Skip to content

Commit fd355ba

Browse files
committed
Fix
1 parent 697469d commit fd355ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spaces/mcp/pages/McpPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function McpPage() {
3939
return <BusyIndicator active />;
4040
}
4141

42-
if (!projectName || !workspaceName || !controlPlaneName || !contextName || isNotFoundError(error)) {
42+
if (!projectName || !workspaceName || !controlPlaneName || isNotFoundError(error)) {
4343
return <NotFoundBanner entityType={t('Entities.ManagedControlPlane')} />;
4444
}
4545

0 commit comments

Comments
 (0)