Skip to content

Commit 2bb19bc

Browse files
committed
Update McpPage.tsx
1 parent 197e54f commit 2bb19bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/spaces/mcp/pages/McpPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ export default function McpPage() {
125125
workspaceName={mcp?.status?.access?.namespace}
126126
resourceType={'managedcontrolplanes'}
127127
resourceName={controlPlaneName}
128-
withoutApiConfig/>
128+
withoutApiConfig
129+
/>
129130
<CopyKubeconfigButton />
130131
<ControlPlanePageMenu
131132
setIsEditManagedControlPlaneWizardOpen={setIsEditManagedControlPlaneWizardOpen}

0 commit comments

Comments
 (0)